summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df4a967bf3e0..cf8b6f9409c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jul 28 21:55:59 UTC 2017
+# Mon Oct 23 21:36:55 UTC 2017
pkgbase = bin32-epsxe
pkgdesc = Enhanced PSX emulator (32-bit)
pkgver = 2.0.5
- pkgrel = 4
+ pkgrel = 5
url = http://epsxe.com
install = bin32-epsxe.install
arch = i686
arch = x86_64
license = unknown
+ depends = bash
options = !strip
source = bin32-epsxe.desktop
source = bin32-epsxe.png
@@ -20,13 +21,14 @@ pkgbase = bin32-epsxe
md5sums = 3e1976822eb260722b31c9f24cb1d6e1
depends_i686 = gtk3
depends_i686 = sdl_ttf
- depends_i686 = lib32-libtinfo
+ depends_i686 = bash
depends_i686 = libcurl-compat
+ depends_i686 = ncurses
depends_x86_64 = lib32-gtk3
depends_x86_64 = lib32-libxt
depends_x86_64 = lib32-sdl_ttf
depends_x86_64 = lib32-ncurses5-compat-libs
- depends_x86_64 = lib32-libtinfo
+ depends_x86_64 = lib32-ncurses
depends_x86_64 = lib32-libcurl-compat
depends_x86_64 = lib32-libcanberra-gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 0aeadadcec8b..1dc90b569246 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=bin32-epsxe
_pkgname=ePSXe
pkgver=2.0.5
-pkgrel=4
+pkgrel=5
pkgdesc="Enhanced PSX emulator (32-bit)"
url="http://epsxe.com"
arch=('i686' 'x86_64')
-depends_i686+=(gtk3 sdl_ttf lib32-libtinfo libcurl-compat)
-#depends=(gtk3 sdl_ttf libtinfo libcurl-compat)
-depends_x86_64=(lib32-gtk3 lib32-libxt lib32-sdl_ttf lib32-ncurses5-compat-libs lib32-libtinfo lib32-libcurl-compat lib32-libcanberra-gtk3)
+depends_i686+=(gtk3 sdl_ttf bash libcurl-compat ncurses)
+depends=(bash)
+depends_x86_64=(lib32-gtk3 lib32-libxt lib32-sdl_ttf lib32-ncurses5-compat-libs lib32-ncurses lib32-libcurl-compat lib32-libcanberra-gtk3)
license=('unknown')
install=${pkgname}.install
options=(!strip)
@@ -42,6 +42,6 @@ package()
ln -sf "$HOME/.${pkgname}rc" -T "${pkgdir}/opt/${pkgname}/.${pkgname}rc"
# libtinfo and ncurses crap
- ln -s /usr/lib32/libncursesw.so.6 "$pkgdir"/opt/"$pkgname"/libncurses.so.5
- ln -s /usr/lib32/libtinfo.so.6 "$pkgdir"/opt/"$pkgname"/libtinfo.so.5
+ #ln -s /usr/lib32/libncursesw.so.6 "$pkgdir"/opt/"$pkgname"/libncurses.so.5
+ #ln -s /usr/lib32/libtinfo.so.6 "$pkgdir"/opt/"$pkgname"/libtinfo.so.5
}