summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn-Gee2019-10-05 21:42:34 -0700
committerJohn-Gee2019-10-05 21:42:34 -0700
commit132c957d1ce0be66f6257b358100d5caef8687de (patch)
tree685a7a21091eafd03042631bd1321b8c88034b67
parent811a481607ca5143a09459deb6b089e1e51a616e (diff)
downloadaur-132c957d1ce0be66f6257b358100d5caef8687de.tar.gz
Updated to 111.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 532ed7192434..7e18e26dafad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = higan-bsnes
pkgdesc = Nintendo SNES emulator, faster official flavor of higan
- pkgver = 110
+ pkgver = 111r1
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_v110-source.zip
- sha256sums = 16dfd733e9bd717547a7ebdc6af5b06ac15597fddff90df64e9115e685887dbd
+ source = https://download.byuu.org/bsnes_v111r1-source.zip
+ sha256sums = de2a50bbe57d2ff59b56b1b0023ba92153d6251b6b40f7465d7a630004ae03dd
pkgname = higan-bsnes
diff --git a/PKGBUILD b/PKGBUILD
index 9542308a7ea6..c9d6becbfe14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: gee
pkgname=higan-bsnes
-pkgver=110
-pkgverR=110
+pkgver=111r1
+pkgverR=111r1
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.zip")
-sha256sums=('16dfd733e9bd717547a7ebdc6af5b06ac15597fddff90df64e9115e685887dbd')
+sha256sums=('de2a50bbe57d2ff59b56b1b0023ba92153d6251b6b40f7465d7a630004ae03dd')
#root issue in package
prepare() {
cd bsnes_v${pkgverR}-source/bsnes/target-bsnes
- sed -i "40,41d" GNUmakefile
- sed -i '40s/^.....//' GNUmakefile
+ sed -i "42,43d" GNUmakefile
+ sed -i '42s/^.....//' GNUmakefile
}
build() {