This commit is contained in:
Carsten Teibes 2014-07-07 01:25:16 +02:00
parent 3a4ef3cf95
commit 0c903485a4
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@ pkgbase = dollz
arch = x86_64
arch = i686
license = custom: freeware
depends = glibc
depends = lib32-glibc
options = !strip
source = http://wiibrew.org/w/images/e/ef/Dollz3.zip
sha256sums = 1bf206b36ba15aa4977c0f7e7d037bbbad2c45b5aa0dcd3790ce26f8cac0b65a

View file

@ -1,4 +1,4 @@
# Maintainer: carstene1ns <url/mail: arch carsten-teibes de>
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=dollz
pkgver=3.0
@ -7,8 +7,8 @@ pkgdesc='Gamecube executable compressor'
arch=('x86_64' 'i686')
url='http://wiibrew.org/wiki/Dollz'
license=('custom: freeware')
depends=('glibc')
[[ $CARCH == x86_64 ]] && depends=('lib32-glibc')
depends=('lib32-glibc')
[ "$CARCH" == "i686" ] && depends=('glibc')
options=(!strip)
source=("http://wiibrew.org/w/images/e/ef/Dollz3.zip")
sha256sums=('1bf206b36ba15aa4977c0f7e7d037bbbad2c45b5aa0dcd3790ce26f8cac0b65a')