summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramagura2017-04-21 17:54:44 -0600
committeramagura2017-04-21 17:54:44 -0600
commit03d6823e571194435dae1684706a66b27a2a4adc (patch)
tree67f376e9af9bed9b42983b6c3447bbf2e2ab0fa8
parente5776cb0bdd79808430d7e0c0130de1006d9423e (diff)
downloadaur-03d6823e571194435dae1684706a66b27a2a4adc.tar.gz
should fix another issue
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--bin32-epsxe.sh2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a1da88a41c3..71ccd32ef749 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Apr 21 23:13:55 UTC 2017
+# Fri Apr 21 23:52:58 UTC 2017
pkgbase = bin32-epsxe
pkgdesc = Enhanced PSX emulator (32-bit)
pkgver = 2.0.5
- pkgrel = 2
+ pkgrel = 3
url = http://epsxe.com
install = bin32-epsxe.install
arch = i686
@@ -16,7 +16,7 @@ pkgbase = bin32-epsxe
source = http://www.epsxe.com/files/ePSXe205linux.zip
md5sums = aeb34e2ca34f968630ca133ea821c61c
md5sums = eb0c46b8ae1355c589792f6be1835e47
- md5sums = 317eb969b7a84a810169422d28fb8093
+ md5sums = 4684dd9aac162fcf09494a0414705318
md5sums = 3e1976822eb260722b31c9f24cb1d6e1
depends_i686 = gtk3
depends_i686 = sdl_ttf
diff --git a/PKGBUILD b/PKGBUILD
index 82f45b5eb46c..e80f32da22cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=bin32-epsxe
_pkgname=ePSXe
pkgver=2.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Enhanced PSX emulator (32-bit)"
url="http://epsxe.com"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ options=(!strip)
source=(${pkgname}.desktop ${pkgname}.png ${pkgname}.sh)
md5sums=('aeb34e2ca34f968630ca133ea821c61c'
'eb0c46b8ae1355c589792f6be1835e47'
- '317eb969b7a84a810169422d28fb8093')
+ '4684dd9aac162fcf09494a0414705318')
source+=("http://www.epsxe.com/files/ePSXe${pkgver//./}linux.zip")
md5sums+=('3e1976822eb260722b31c9f24cb1d6e1')
diff --git a/bin32-epsxe.sh b/bin32-epsxe.sh
index cdefca8383c9..491baa7fb10e 100644
--- a/bin32-epsxe.sh
+++ b/bin32-epsxe.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
-LD_LIBRARY_PATH+=:/opt/epsxe LD_PRELOAD=/usr/lib32/libcurl.so.3 /opt/bin32-epsxe/bin32-epsxe "$@"
+LD_LIBRARY_PATH+=:/opt/bin32-epsxe LD_PRELOAD=/usr/lib32/libcurl.so.3 /opt/bin32-epsxe/bin32-epsxe "$@"