summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramagura2016-03-14 19:27:03 -0600
committeramagura2016-03-14 19:27:03 -0600
commit6af8ac7903e2955f5130c6446d821940c3ceb9f7 (patch)
tree543847b2dd1b62d77e24df3ced4b42307f9d7b13
parent6cf531abea17fda2e3418db0ca1c27c376a522dd (diff)
downloadaur-6af8ac7903e2955f5130c6446d821940c3ceb9f7.tar.gz
changed some things in epsxe.sh to see if it helps @DaVinciLord
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--epsxe.sh4
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d426cbb835f..abdd4f669f0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Mar 15 01:26:40 UTC 2016
pkgbase = epsxe
pkgdesc = Enhanced PSX emulator
pkgver = 1.9.25
- pkgrel = 8
+ pkgrel = 9
url = http://epsxe.com
install = epsxe.install
arch = i686
@@ -14,7 +16,7 @@ pkgbase = epsxe
source = http://www.epsxe.com/files/epsxe1925lin.zip
md5sums = f4bdb7ccbebc31f818d34198a5a32e29
md5sums = eb0c46b8ae1355c589792f6be1835e47
- md5sums = ebe97b79a25e2622b3595d09f5b2764d
+ md5sums = d047ea203979b52cc51c2ac21c852a37
md5sums = dc54e1e3406b0010e0552cffabb16c0f
depends_i686 = gtk2
depends_i686 = sdl_ttf
diff --git a/PKGBUILD b/PKGBUILD
index 9d20107915d3..70626b13f759 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
#
pkgname=epsxe
pkgver=1.9.25
-pkgrel=8
+pkgrel=9
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'
- 'ebe97b79a25e2622b3595d09f5b2764d'
+ 'd047ea203979b52cc51c2ac21c852a37'
'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 b2406e40be06..0a394651063d 100644
--- a/epsxe.sh
+++ b/epsxe.sh
@@ -1,3 +1,5 @@
#!/usr/bin/env bash
-LD_LIBRARY_PATH+=:/opt/epsxe /opt/epsxe/epsxe "$@"
+#LD_LIBRARY_PATH+=:/opt/epsxe
+
+LD_LIBRARY_PATH="$LD_LIBRARY_PATH":/opt/epsxe /opt/epsxe/epsxe "$@"