summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramagura2016-03-14 19:36:48 -0600
committeramagura2016-03-14 19:36:48 -0600
commit5c91d7d537f48ad1e3557a2c39340cc1e2b9d80f (patch)
tree1292eeb0a327f5a0c75efcc4846c039195daad1c
parent6af8ac7903e2955f5130c6446d821940c3ceb9f7 (diff)
downloadaur-5c91d7d537f48ad1e3557a2c39340cc1e2b9d80f.tar.gz
reverting back to 1.9.25-8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--epsxe.sh4
3 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abdd4f669f0e..fd4e9835abe9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Mar 15 01:26:40 UTC 2016
+# Tue Mar 15 01:36:44 UTC 2016
pkgbase = epsxe
pkgdesc = Enhanced PSX emulator
pkgver = 1.9.25
- pkgrel = 9
+ pkgrel = 10
url = http://epsxe.com
install = epsxe.install
arch = i686
@@ -16,7 +16,7 @@ pkgbase = epsxe
source = http://www.epsxe.com/files/epsxe1925lin.zip
md5sums = f4bdb7ccbebc31f818d34198a5a32e29
md5sums = eb0c46b8ae1355c589792f6be1835e47
- md5sums = d047ea203979b52cc51c2ac21c852a37
+ md5sums = ebe97b79a25e2622b3595d09f5b2764d
md5sums = dc54e1e3406b0010e0552cffabb16c0f
depends_i686 = gtk2
depends_i686 = sdl_ttf
diff --git a/PKGBUILD b/PKGBUILD
index 70626b13f759..a041e4ea05be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
#
pkgname=epsxe
pkgver=1.9.25
-pkgrel=9
+pkgrel=10
pkgdesc="Enhanced PSX emulator"
url="http://epsxe.com"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ source=(${pkgname}.desktop ${pkgname}.png ${pkgname}.sh
"http://www.epsxe.com/files/epsxe${pkgver//./}lin.zip")
md5sums=('f4bdb7ccbebc31f818d34198a5a32e29'
'eb0c46b8ae1355c589792f6be1835e47'
- 'd047ea203979b52cc51c2ac21c852a37'
+ 'ebe97b79a25e2622b3595d09f5b2764d'
'dc54e1e3406b0010e0552cffabb16c0f')
_ncurses="$(pacman -Q ncurses | awk '{sub(/-[0-9]+/, "", $2); print $2}')"
_lib32_ncurses="$(pacman -Q lib32-ncurses | awk '{sub(/-[0-9]+/, "", $2); print $2}')"
diff --git a/epsxe.sh b/epsxe.sh
index 0a394651063d..b2406e40be06 100644
--- a/epsxe.sh
+++ b/epsxe.sh
@@ -1,5 +1,3 @@
#!/usr/bin/env bash
-#LD_LIBRARY_PATH+=:/opt/epsxe
-
-LD_LIBRARY_PATH="$LD_LIBRARY_PATH":/opt/epsxe /opt/epsxe/epsxe "$@"
+LD_LIBRARY_PATH+=:/opt/epsxe /opt/epsxe/epsxe "$@"