summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorqeeg2020-09-10 17:44:49 -0500
committerqeeg2020-09-10 17:46:07 -0500
commit510362cb97108d7dc0a702ad053eeef84c2c0614 (patch)
tree9958cc8ac017c3031ae0087206e6576f927306f1
parentb186e6866921b5e784eb02bd9bae3b6db5a7f011 (diff)
downloadaur-510362cb97108d7dc0a702ad053eeef84c2c0614.tar.gz
Fix a bug in the included shell script
-rw-r--r--.SRCINFO4
-rw-r--r--86box.sh2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 125db76fb8c0..8e0799740b3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-86box-nightly-bin
pkgdesc = x86 full-system emulator running via Wine
pkgver = 3.0.git
- pkgrel = 0
+ pkgrel = 1
url = http://86box.net
arch = x86_64
license = GPL2
@@ -14,7 +14,7 @@ pkgbase = lib32-86box-nightly-bin
source = 86box.sh
source = https://ci.86box.net/job/86Box/lastSuccessfulBuild/artifact/*zip*/archive.zip
md5sums = 91806130ae51196094ec77f2a7b4ce3e
- md5sums = de15a6b671ebd6add47119b3268ae75b
+ md5sums = 2f6edbb5b672676a59bc689aaab0e043
md5sums = 98e90dc4e6562bb4060f463bc42ebd6e
pkgname = lib32-86box-nightly-bin
diff --git a/86box.sh b/86box.sh
index 8e2e1af12631..b63f2dac277f 100644
--- a/86box.sh
+++ b/86box.sh
@@ -10,7 +10,7 @@ if [ ! -d "$HOME"/.86box ] ; then
ln -s /usr/share/86box/libfluidsynth.dll "$HOME"/.86box/libfluidsynth.dll || exit 1
fi
-if [ ! -f "$HOME"/.cemu/wine/drive_c/windows/syswow64/vcruntime140.dll ]; then
+if [ ! -f "$HOME"/.86box/wine/drive_c/windows/syswow64/vcruntime140.dll ]; then
if [ -n "`whereis zenity|grep bin`" ]; then
zenity --info --title '86Box' --text 'Installing wine dependencies.\n\nThe process may take a few minutes'
fi
diff --git a/PKGBUILD b/PKGBUILD
index 669386b6a5eb..bdfc9dfa1fc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lib32-86box-nightly-bin
pkgver=3.0.git
-pkgrel=0
+pkgrel=1
pkgdesc="x86 full-system emulator running via Wine"
arch=('x86_64')
url="http://86box.net"
@@ -46,5 +46,5 @@ post_install() {
}
md5sums=('91806130ae51196094ec77f2a7b4ce3e'
-'de15a6b671ebd6add47119b3268ae75b'
+'2f6edbb5b672676a59bc689aaab0e043 '
'98e90dc4e6562bb4060f463bc42ebd6e') \ No newline at end of file