mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 14:33:23 +01:00
Cleanup
This commit is contained in:
parent
3a4ef3cf95
commit
0c903485a4
2 changed files with 4 additions and 4 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue