summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElaina Martineau2019-10-06 03:22:51 -0600
committerElaina Martineau2019-10-06 03:22:51 -0600
commit28b5f5deb187afd0465bc55c1b762895978afa99 (patch)
tree120ff7d0a355f168f2056ae72f66bd33bd1d0963
parent246ab0237fdaf2efbc7450e043041415664b5a14 (diff)
downloadaur-28b5f5deb187afd0465bc55c1b762895978afa99.tar.gz
Update to v111r1
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f5557c5b022..d55ea8616089 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
+ pkgver = 111.1
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_v111-source.zip
+ source = https://download.byuu.org/bsnes_v111r1-source.zip
source = package.patch
- sha256sums = eee6ca97823b01325d0d69cef6988e03d6d98f106f5d4ea26cdb67ea734396f7
+ sha256sums = de2a50bbe57d2ff59b56b1b0023ba92153d6251b6b40f7465d7a630004ae03dd
sha256sums = e800849a4e6c9b431578c2c55bfaab7b0619629ba34bd97f38bae64d5f2412d6
pkgname = bsnes
diff --git a/PKGBUILD b/PKGBUILD
index 294298cb80fb..497e22ff34f3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elaina Martineau <elainamartineau@gmail.com>
pkgname=bsnes
-pkgver=111
+pkgver=111.1
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=('eee6ca97823b01325d0d69cef6988e03d6d98f106f5d4ea26cdb67ea734396f7'
+sha256sums=('de2a50bbe57d2ff59b56b1b0023ba92153d6251b6b40f7465d7a630004ae03dd'
'e800849a4e6c9b431578c2c55bfaab7b0619629ba34bd97f38bae64d5f2412d6')
prepare() {