Version 2.1.6
This commit is contained in:
parent
a56e72bae7
commit
fa2f901645
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
@ -1,15 +1,15 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Sun Apr 23 12:36:10 UTC 2017
|
# Fri May 19 06:53:04 UTC 2017
|
||||||
pkgbase = mint-artwork-common
|
pkgbase = mint-artwork-common
|
||||||
pkgdesc = Common artwork used in Linux Mint.
|
pkgdesc = Common artwork used in Linux Mint.
|
||||||
pkgver = 2.1.5
|
pkgver = 2.1.6
|
||||||
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_2.1.5.tar.gz
|
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-common/mint-artwork-common_2.1.6.tar.gz
|
||||||
source = mint-sounds.gschema.override
|
source = mint-sounds.gschema.override
|
||||||
sha256sums = 567f4beab9d155e77b8dc185aebea57ac22cf34f0ea947b6268e25f950826ffc
|
sha256sums = 6f59bf8a831505867a5b6bd29903a6fdaa9fe1bf64e2e56dabf7351ce5d7e056
|
||||||
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=2.1.5
|
pkgver=2.1.6
|
||||||
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=('567f4beab9d155e77b8dc185aebea57ac22cf34f0ea947b6268e25f950826ffc'
|
sha256sums=('6f59bf8a831505867a5b6bd29903a6fdaa9fe1bf64e2e56dabf7351ce5d7e056'
|
||||||
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
||||||
|
|
||||||
package_mint-sounds() {
|
package_mint-sounds() {
|
||||||
|
|
Loading…
Reference in a new issue