Version 2.1.8.2
This commit is contained in:
parent
c0810e65fe
commit
e0437f847a
2 changed files with 7 additions and 7 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,13 +1,13 @@
|
|||
pkgbase = mint-artwork-common
|
||||
pkgdesc = Common artwork used in Linux Mint.
|
||||
pkgver = 2.1.8.1
|
||||
pkgver = 2.1.8.2
|
||||
pkgrel = 1
|
||||
url = http://linuxmint.com
|
||||
arch = any
|
||||
license = GPL
|
||||
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-common/mint-artwork-common_2.1.8.1.tar.gz
|
||||
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-common/mint-artwork-common_2.1.8.2.tar.gz
|
||||
source = mint-sounds.gschema.override
|
||||
sha256sums = b3fae5391f87c909f66fb4aaa95dcbe53e521bbb37ab8784411bc620d2e5f5e8
|
||||
sha256sums = cb4d1a42d9e9c9fecd1b8aaa9ed8c4614b64236e6aa9da26c3a293e485e51ff9
|
||||
sha256sums = 7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178
|
||||
|
||||
pkgname = mint-sounds
|
||||
|
|
8
PKGBUILD
8
PKGBUILD
|
@ -1,9 +1,9 @@
|
|||
# Maintainer: Manuel Hüsers <manuel.huesers@uni-ol.de>
|
||||
# Contributor: Manuel Hüsers <manuel.huesers@uni-ol.de>
|
||||
# Maintainer: Manuel Hüsers <aur@huesers.de>
|
||||
# Contributor: Manuel Hüsers <aur@huesers.de>
|
||||
|
||||
pkgbase=mint-artwork-common
|
||||
pkgname=mint-sounds
|
||||
pkgver=2.1.8.1
|
||||
pkgver=2.1.8.2
|
||||
pkgrel=1
|
||||
pkgdesc='Common artwork used in Linux Mint.'
|
||||
arch=('any')
|
||||
|
@ -11,7 +11,7 @@ license=('GPL')
|
|||
url='http://linuxmint.com'
|
||||
source=("https://ftp.fau.de/mint/packages/pool/main/m/${pkgbase}/${pkgbase}_${pkgver}.tar.gz"
|
||||
"${pkgname}.gschema.override")
|
||||
sha256sums=('b3fae5391f87c909f66fb4aaa95dcbe53e521bbb37ab8784411bc620d2e5f5e8'
|
||||
sha256sums=('cb4d1a42d9e9c9fecd1b8aaa9ed8c4614b64236e6aa9da26c3a293e485e51ff9'
|
||||
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
|
||||
|
||||
package_mint-sounds() {
|
||||
|
|
Loading…
Reference in a new issue