diff options
author | Slashbunny | 2024-09-09 15:00:38 -0400 |
---|---|---|
committer | Slashbunny | 2024-09-09 15:00:38 -0400 |
commit | da67c3d936dce32f455b4baa01141bfdafe49fb9 (patch) | |
tree | 0f795d665f731d7ab9245faf6b4ac951eb724fed /PKGBUILD | |
parent | e117b3096b2c00073c1909d071d515086dff2ac7 (diff) | |
download | aur-da67c3d936dce32f455b4baa01141bfdafe49fb9.tar.gz |
Update mirror
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -7,16 +7,13 @@ pkgdesc="Enemy Territory: Quake Wars is a commercial team and class-based multip arch=('i686' 'x86_64') url="https://zerowing.idsoftware.com/linux/etqw/ETQWFrontPage/index.html" license=('custom') -if [ "$CARCH" = "x86_64" ]; then - depends=('lib32-alsa-lib' 'lib32-libgl' 'lib32-sdl' 'lib32-gcc-libs' 'lib32-zlib' 'lib32-libjpeg') -else - depends=('libgl' 'sdl' 'gcc-libs' 'zlib' 'libjpeg') -fi +depends_x86_64=('lib32-alsa-lib' 'lib32-libgl' 'lib32-sdl' 'lib32-gcc-libs' 'lib32-zlib' 'lib32-libjpeg') +depends_i686=('libgl' 'sdl' 'gcc-libs' 'zlib' 'libjpeg') makedepends=('unzip') conflicts=('bin32-etqw') install='etqw.install' source=('etqw.launcher' 'etqw-rthread.launcher' 'etqwded.launcher' 'etqw.desktop' \ -"https://slashbunny.com/aur/etqw/ETQW-client-${pkgver}-full.x86.run") +"https://aur.slashbunny.com/etqw/ETQW-client-${pkgver}-full.x86.run") sha256sums=('79393825ab93bb9cecee69ad6ddafdaef3526bf9f757023325bfffc228ad920c' '38140d4465f7e337e4e079150576abaed9ed8cd51b4092b434a7d6ae619998b4' '74887f52f0a82fe241bd5a99a1287c26c3c52ef4314cf6720cf3f59c9ad3a62e' |