Version 5.5
This commit is contained in:
parent
64c019f571
commit
6a2d8596d4
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
|
||||||
# Tue Dec 13 01:23:40 UTC 2016
|
# Tue Oct 3 12:44:07 UTC 2017
|
||||||
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.4
|
pkgver = 5.5
|
||||||
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.4.tar.gz
|
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-cinnamon/mint-artwork-cinnamon_5.5.tar.gz
|
||||||
source = cinnamon-sound-effects.gschema.override
|
source = cinnamon-sound-effects.gschema.override
|
||||||
sha256sums = 1e90a255a9a8aed183fd5d1f8fb8fa93b367de278688c35f421573ca237efe4b
|
sha256sums = d331cfb7bfb56d0b5af2a60458e545ffd2ad774181d9d05d388c7c052729a9fd
|
||||||
sha256sums = 657706bc266575b2756dc69a4e73cb48686fc164633c9bdc3ec55b9257ce1379
|
sha256sums = 657706bc266575b2756dc69a4e73cb48686fc164633c9bdc3ec55b9257ce1379
|
||||||
|
|
||||||
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.4
|
pkgver=5.5
|
||||||
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=('1e90a255a9a8aed183fd5d1f8fb8fa93b367de278688c35f421573ca237efe4b'
|
sha256sums=('d331cfb7bfb56d0b5af2a60458e545ffd2ad774181d9d05d388c7c052729a9fd'
|
||||||
'657706bc266575b2756dc69a4e73cb48686fc164633c9bdc3ec55b9257ce1379')
|
'657706bc266575b2756dc69a4e73cb48686fc164633c9bdc3ec55b9257ce1379')
|
||||||
|
|
||||||
package_cinnamon-sound-effects() {
|
package_cinnamon-sound-effects() {
|
||||||
|
|
Loading…
Reference in a new issue