summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoramagura2017-02-07 00:16:37 -0700
committeramagura2017-02-07 00:16:37 -0700
commit04f27e86645d76c480761ef3322bc753f065cd8a (patch)
treeb36e08b72e88c3358ada9a1fcf70ebaee75bdb69 /PKGBUILD
parentbde54580f93ff81945e20fddf84b4b1e46599446 (diff)
downloadaur-04f27e86645d76c480761ef3322bc753f065cd8a.tar.gz
uses the older depends from when we were 32-bit and 64-bit
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0a7735ebf8f..c0a9a28704a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
pkgname=epsxe
_pkgname=ePSXe
pkgver=2.0.5
-pkgrel=6
+pkgrel=7
pkgdesc="Enhanced PSX emulator"
url="http://epsxe.com"
arch=('i686' 'x86_64')
#depends=(gtk2 sdl_ttf ncurses5-compat-libs libtinfo-5 libcurl-compat)
-#depends_i686+=(gtk3 sdl_ttf libtinfo)
-#depends_x86_64+=(lib32-gtk3 lib32-ncurses lib32-libxt lib32-sdl_ttf lib32-alsa-lib lib32-libtinfo)
-depends=(gtk3 sdl_ttf libtinfo libcurl-compat)
+depends_i686+=(gtk3 sdl_ttf libtinfo libcurl-compat)
+depends_x86_64+=(lib32-gtk3 lib32-libxt lib32-sdl_ttf lib32-alsa-lib lib32-libtinfo)
+#depends=(gtk3 sdl_ttf ilib32-libtinfo lib32-libcurl-compat)
license=('unknown')
install=${pkgname}.install
options=(!strip)