Changed mirror

This commit is contained in:
Manuel Hüsers 2015-09-02 13:07:27 +02:00
parent 89d92307dc
commit d30373b654
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ pkgbase = mint-artwork-common
url = http://linuxmint.com
arch = any
license = GPL
source = http://packages.linuxmint.com/pool/main/m/mint-artwork-common/mint-artwork-common_1.8.7.tar.gz
source = https://ftp.fau.de/mint/packages/pool/main/m/mint-artwork-common/mint-artwork-common_1.8.7.tar.gz
source = mint-sounds.gschema.override
sha256sums = 8799797e533abae36602254568a0496a5bdf04346455ad642826a8631af23143
sha256sums = 7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178

View file

@ -9,7 +9,7 @@ pkgdesc='Common artwork used in Linux Mint.'
arch=('any')
license=('GPL')
url='http://linuxmint.com'
source=("http://packages.linuxmint.com/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")
sha256sums=('8799797e533abae36602254568a0496a5bdf04346455ad642826a8631af23143'
'7535f178ef948cdc11a24dfa2d1a7e2ddb1b1b8d8e4be93f52fe286c536ae178')
@ -21,5 +21,5 @@ package_mint-sounds() {
cd "${srcdir}/${pkgbase}-${pkgver}"
install -d "${pkgdir}/usr/share/sounds/LinuxMint"
find "./usr/share/sounds/LinuxMint" -type f -exec install -Dm644 {} "${pkgdir}/usr/share/sounds/LinuxMint/" \;
install -Dm644 "${startdir}/${pkgname}.gschema.override" "${pkgdir}/usr/share/glib-2.0/schemas/${pkgname}.gschema.override"
install -Dm644 "../${pkgname}.gschema.override" "${pkgdir}/usr/share/glib-2.0/schemas/${pkgname}.gschema.override"
}