summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Gee2019-09-06 03:07:27 -0700
committerJohn-Gee2019-09-06 03:07:27 -0700
commit541447da1a4c56550519c8cdfeb6d1da07cbfe3b (patch)
treeb60f1a699234ae23e8bd2fbc4c6c8bb412279c38
parentef852a140e4f349a32dd2bc50beb0f6ec5346c11 (diff)
downloadaur-541447da1a4c56550519c8cdfeb6d1da07cbfe3b.tar.gz
Updated to 109
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23bbcf5fa0ea..09adb87504a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = higan-bsnes
pkgdesc = Nintendo SNES emulator, faster official flavor of higan
- pkgver = 108
+ pkgver = 109
pkgrel = 1
url = http://byuu.org/
arch = x86_64
@@ -25,8 +25,8 @@ pkgbase = higan-bsnes
depends = libudev.so
conflicts = bsnes
conflicts = bsnes-classic
- source = https://download.byuu.org/bsnes_v108-source.7z
- sha256sums = 49c560b8438d0ea3942b1cd90ac3d4b5a33074eca77a0b24a7af463e87187bec
+ source = https://download.byuu.org/bsnes_v109-source.7z
+ sha256sums = 9c163d856e55d98d49db1cc9fd2757c98745030f68d4fa99fab44aa91009fc1c
pkgname = higan-bsnes
diff --git a/PKGBUILD b/PKGBUILD
index 1afc33c4e355..4743ed9db832 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: gee
pkgname=higan-bsnes
-pkgver=108
-pkgverR=108
+pkgver=109
+pkgverR=109
pkgrel=1
pkgdesc='Nintendo SNES emulator, faster official flavor of higan'
arch=('x86_64')
@@ -14,13 +14,13 @@ depends=('alsa-lib' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk2'
'libudev.so')
conflicts=('bsnes' 'bsnes-classic')
source=("https://download.byuu.org/bsnes_v${pkgverR}-source.7z")
-sha256sums=('49c560b8438d0ea3942b1cd90ac3d4b5a33074eca77a0b24a7af463e87187bec')
+sha256sums=('9c163d856e55d98d49db1cc9fd2757c98745030f68d4fa99fab44aa91009fc1c')
#root issue in package
prepare() {
cd bsnes_v${pkgverR}-source/bsnes/target-bsnes
- sed -i "41,42d" GNUmakefile
- sed -i '41s/^.....//' GNUmakefile
+ sed -i "40,41d" GNUmakefile
+ sed -i '40s/^.....//' GNUmakefile
}
build() {