Version 2.1.3
This commit is contained in:
parent
7a2b447838
commit
4240eaefca
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
|
||||||
# Tue Mar 21 15:26:21 UTC 2017
|
# Tue Mar 21 20:05:46 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.1
|
pkgver = 2.1.3
|
||||||
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.1.tar.gz
|
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-common/mint-artwork-common_2.1.3.tar.gz
|
||||||
source = mint-sounds.gschema.override
|
source = mint-sounds.gschema.override
|
||||||
sha256sums = cb7744df00c373e5d01bbc6517e94d02cd21d4b1dc94b9fc52f8251049bd6591
|
sha256sums = 620f199eb6cbec2497390fe9641579fd11a96d6669bf6ecffd149827784a1830
|
||||||
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.1
|
pkgver=2.1.3
|
||||||
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=('cb7744df00c373e5d01bbc6517e94d02cd21d4b1dc94b9fc52f8251049bd6591'
|
sha256sums=('620f199eb6cbec2497390fe9641579fd11a96d6669bf6ecffd149827784a1830'
|
||||||
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
||||||
|
|
||||||
package_mint-sounds() {
|
package_mint-sounds() {
|
||||||
|
|
Loading…
Reference in a new issue