Version 5.2
This commit is contained in:
parent
773c938343
commit
40e0c6fdde
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,16 +1,16 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Wed May 4 19:10:48 UTC 2016
|
# Thu May 5 17:29:10 UTC 2016
|
||||||
pkgbase = mint-artwork-cinnamon
|
pkgbase = mint-artwork-cinnamon
|
||||||
pkgdesc = Default artwork for the Cinnamon edition of Linux Mint.
|
pkgdesc = Default artwork for the Cinnamon edition of Linux Mint.
|
||||||
pkgver = 5.1
|
pkgver = 5.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = http://linuxmint.com
|
url = http://linuxmint.com
|
||||||
arch = any
|
arch = any
|
||||||
license = GPL
|
license = GPL
|
||||||
depends = cinnamon
|
depends = cinnamon
|
||||||
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-cinnamon/mint-artwork-cinnamon_5.1.tar.gz
|
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-cinnamon/mint-artwork-cinnamon_5.2.tar.gz
|
||||||
source = cinnamon-sound-effects.gschema.override
|
source = cinnamon-sound-effects.gschema.override
|
||||||
sha256sums = 5d00ea662607f0591103d1a483c0a3f6659785453da2a9363636a4e3295fb2c7
|
sha256sums = 1baa3c3da76f398a032487ed604552de8c7725f14893830d5ab6d01eec928780
|
||||||
sha256sums = ca9d9d22c2ca9b0e257f93bd624fc27a53cab258797e009438a82e9b6902100e
|
sha256sums = ca9d9d22c2ca9b0e257f93bd624fc27a53cab258797e009438a82e9b6902100e
|
||||||
|
|
||||||
pkgname = cinnamon-sound-effects
|
pkgname = cinnamon-sound-effects
|
||||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
pkgbase=mint-artwork-cinnamon
|
pkgbase=mint-artwork-cinnamon
|
||||||
pkgname=cinnamon-sound-effects
|
pkgname=cinnamon-sound-effects
|
||||||
pkgver=5.1
|
pkgver=5.2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Default artwork for the Cinnamon edition of Linux Mint.'
|
pkgdesc='Default artwork for the Cinnamon edition of Linux Mint.'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -12,7 +12,7 @@ depends=('cinnamon')
|
||||||
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=('5d00ea662607f0591103d1a483c0a3f6659785453da2a9363636a4e3295fb2c7'
|
sha256sums=('1baa3c3da76f398a032487ed604552de8c7725f14893830d5ab6d01eec928780'
|
||||||
'ca9d9d22c2ca9b0e257f93bd624fc27a53cab258797e009438a82e9b6902100e')
|
'ca9d9d22c2ca9b0e257f93bd624fc27a53cab258797e009438a82e9b6902100e')
|
||||||
|
|
||||||
package_cinnamon-sound-effects() {
|
package_cinnamon-sound-effects() {
|
||||||
|
|
Loading…
Reference in a new issue