summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramagura2016-05-24 16:49:52 -0600
committeramagura2016-05-24 16:49:52 -0600
commita9e162465f3908082c04ab939a3af2b470ec6af9 (patch)
tree04c92426d1f9454b46b99a829eb42f5edd17dcd8
parent439f82bd3629c28c6d798178dec8429d867d775e (diff)
downloadaur-a9e162465f3908082c04ab939a3af2b470ec6af9.tar.gz
updates depends
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96df1f8e9581..58a4ff3e09b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,19 @@
# Generated by mksrcinfo v8
-# Mon May 23 04:13:50 UTC 2016
+# Tue May 24 22:49:38 UTC 2016
pkgbase = epsxe
pkgdesc = Enhanced PSX emulator
pkgver = 2.0.2
- pkgrel = 3
+ pkgrel = 4
url = http://epsxe.com
install = epsxe.install
arch = i686
arch = x86_64
license = unknown
+ depends = gtk3
+ depends = sdl_ttf
+ depends = libtinfo
+ depends = libtinfo5
+ depends = libcurl-compat
options = !strip
source = epsxe.desktop
source = epsxe.png
@@ -18,15 +23,6 @@ pkgbase = epsxe
md5sums = eb0c46b8ae1355c589792f6be1835e47
md5sums = ebe97b79a25e2622b3595d09f5b2764d
md5sums = 787826ee6b0f95ea2df511dd7fd29abd
- depends_i686 = gtk3
- depends_i686 = sdl_ttf
- depends_i686 = libtinfo
- depends_x86_64 = lib32-gtk3
- depends_x86_64 = lib32-ncurses
- 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 1cd811c2b51a..ad2a7bda5e7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@
pkgname=epsxe
_pkgname=ePSXe
pkgver=2.0.2
-pkgrel=3
+pkgrel=4
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_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 libtinfo5 libcurl-compat)
license=('unknown')
install=${pkgname}.install
options=(!strip)