Version 2.0.4
This commit is contained in:
parent
162a877591
commit
89b1f1518e
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 Jun 19 19:45:50 UTC 2016
|
# Wed Jun 22 09:08:39 UTC 2016
|
||||||
pkgbase = mint-artwork-common
|
pkgbase = mint-artwork-common
|
||||||
pkgdesc = Common artwork used in Linux Mint.
|
pkgdesc = Common artwork used in Linux Mint.
|
||||||
pkgver = 2.0.3
|
pkgver = 2.0.4
|
||||||
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.0.3.tar.gz
|
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-common/mint-artwork-common_2.0.4.tar.gz
|
||||||
source = mint-sounds.gschema.override
|
source = mint-sounds.gschema.override
|
||||||
sha256sums = 6c889b9b4eec9d2a8542d547d8700503435b9aefae2a6ba4046f0e596f663c0d
|
sha256sums = 9d696a5dbf15b0673e3d67ae432803af39b22cb7908bfb08c1b06a84793f4c4a
|
||||||
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.0.3
|
pkgver=2.0.4
|
||||||
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=('6c889b9b4eec9d2a8542d547d8700503435b9aefae2a6ba4046f0e596f663c0d'
|
sha256sums=('9d696a5dbf15b0673e3d67ae432803af39b22cb7908bfb08c1b06a84793f4c4a'
|
||||||
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
||||||
|
|
||||||
package_mint-sounds() {
|
package_mint-sounds() {
|
||||||
|
|
Loading…
Reference in a new issue