summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD8
2 files changed, 15 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18c231c63a8b..cd4d280d70a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,14 @@
# Generated by mksrcinfo v8
-# Mon Feb 6 02:32:56 UTC 2017
+# Tue Feb 7 07:16:16 UTC 2017
pkgbase = epsxe
pkgdesc = Enhanced PSX emulator
pkgver = 2.0.5
- pkgrel = 6
+ pkgrel = 7
url = http://epsxe.com
install = epsxe.install
arch = i686
arch = x86_64
license = unknown
- depends = gtk3
- depends = sdl_ttf
- depends = libtinfo
- depends = libcurl-compat
options = !strip
source = epsxe.desktop
source = epsxe.png
@@ -22,6 +18,15 @@ pkgbase = epsxe
md5sums = eb0c46b8ae1355c589792f6be1835e47
md5sums = 071c43c1cb8f6b6470b7af60ad69247a
md5sums = 3e1976822eb260722b31c9f24cb1d6e1
+ depends_i686 = gtk3
+ depends_i686 = sdl_ttf
+ depends_i686 = libtinfo
+ depends_i686 = libcurl-compat
+ depends_x86_64 = lib32-gtk3
+ depends_x86_64 = lib32-libxt
+ depends_x86_64 = lib32-sdl_ttf
+ depends_x86_64 = lib32-alsa-lib
+ depends_x86_64 = lib32-libtinfo
pkgname = epsxe
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)