summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElaina Martineau2019-10-23 15:25:26 -0600
committerElaina Martineau2019-10-23 15:25:26 -0600
commit5c23b8c32f6d6958ae42b4b353dde5f33f770ea3 (patch)
treee5797f7fb6d927b3919f94a1d9aca85cc19f3277
parent28b5f5deb187afd0465bc55c1b762895978afa99 (diff)
downloadaur-5c23b8c32f6d6958ae42b4b353dde5f33f770ea3.tar.gz
Update to v112
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d55ea8616089..156ca941f617 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bsnes
pkgdesc = Super Nintendo emulator focusing on performance, features, and ease of use.
- pkgver = 111.1
+ pkgver = 112
pkgrel = 1
url = https://byuu.org/emulation/bsnes/
arch = x86_64
@@ -13,9 +13,9 @@ pkgbase = bsnes
depends = sdl2
conflicts = bsnes-classic
conflicts = bsnes-plus
- source = https://download.byuu.org/bsnes_v111r1-source.zip
+ source = https://download.byuu.org/bsnes_v112-source.zip
source = package.patch
- sha256sums = de2a50bbe57d2ff59b56b1b0023ba92153d6251b6b40f7465d7a630004ae03dd
+ sha256sums = 012bb38ae778ef5bc32eda067ec7b574441a0c46c4e0f612488163f3fe23e629
sha256sums = e800849a4e6c9b431578c2c55bfaab7b0619629ba34bd97f38bae64d5f2412d6
pkgname = bsnes
diff --git a/PKGBUILD b/PKGBUILD
index 497e22ff34f3..f3854facb00c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elaina Martineau <elainamartineau@gmail.com>
pkgname=bsnes
-pkgver=111.1
+pkgver=112
pkgrel=1
pkgdesc='Super Nintendo emulator focusing on performance, features, and ease of use.'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('libpulse' 'gtksourceview2' 'libxv' 'libao' 'openal' 'sdl2')
conflicts=('bsnes-classic' 'bsnes-plus')
source=("https://download.byuu.org/${pkgname}_v${pkgver//./r}-source.zip" 'package.patch')
-sha256sums=('de2a50bbe57d2ff59b56b1b0023ba92153d6251b6b40f7465d7a630004ae03dd'
+sha256sums=('012bb38ae778ef5bc32eda067ec7b574441a0c46c4e0f612488163f3fe23e629'
'e800849a4e6c9b431578c2c55bfaab7b0619629ba34bd97f38bae64d5f2412d6')
prepare() {