Version 1.8.9
This commit is contained in:
parent
b056e05de4
commit
76d8570181
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,13 +1,13 @@
|
||||||
pkgbase = mint-artwork-common
|
pkgbase = mint-artwork-common
|
||||||
pkgdesc = Common artwork used in Linux Mint.
|
pkgdesc = Common artwork used in Linux Mint.
|
||||||
pkgver = 1.8.8
|
pkgver = 1.8.9
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://linuxmint.com
|
url = http://linuxmint.com
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-common/mint-artwork-common_1.8.8.tar.gz
|
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-common/mint-artwork-common_1.8.9.tar.gz
|
||||||
source = mint-sounds.gschema.override
|
source = mint-sounds.gschema.override
|
||||||
sha256sums = 100e882e1296f369f6f090936f912725a73cba86ef3ecfd071a58a997d2e2a32
|
sha256sums = 374df1f732b10dfeb6d50c11159cad1abcecec388799a3262baccbc1776ec15b
|
||||||
sha256sums = 7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178
|
sha256sums = 7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178
|
||||||
|
|
||||||
pkgname = mint-sounds
|
pkgname = mint-sounds
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgbase=mint-artwork-common
|
pkgbase=mint-artwork-common
|
||||||
pkgname=mint-sounds
|
pkgname=mint-sounds
|
||||||
pkgver=1.8.8
|
pkgver=1.8.9
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Common artwork used in Linux Mint.'
|
pkgdesc='Common artwork used in Linux Mint.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -11,7 +11,7 @@ license=('GPL')
|
||||||
url='http://linuxmint.com'
|
url='http://linuxmint.com'
|
||||||
source=("https://ftp.fau.de/mint/packages/pool/main/m/${pkgbase}/${pkgbase}_${pkgver}.tar.gz"
|
source=("https://ftp.fau.de/mint/packages/pool/main/m/${pkgbase}/${pkgbase}_${pkgver}.tar.gz"
|
||||||
"${pkgname}.gschema.override")
|
"${pkgname}.gschema.override")
|
||||||
sha256sums=('100e882e1296f369f6f090936f912725a73cba86ef3ecfd071a58a997d2e2a32'
|
sha256sums=('374df1f732b10dfeb6d50c11159cad1abcecec388799a3262baccbc1776ec15b'
|
||||||
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
||||||
|
|
||||||
package_mint-sounds() {
|
package_mint-sounds() {
|
||||||
|
|
Loading…
Reference in a new issue