summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElaina Martineau2020-01-09 01:00:47 -0700
committerElaina Martineau2020-01-09 01:00:47 -0700
commit82d94d0af1282794523e166dcc3089791be1347b (patch)
treeee89be382e8f356441acdc6013d2d4b06e441200
parent91d182f6e2fa509c4b0e6a1179dff6a0347a058d (diff)
downloadaur-82d94d0af1282794523e166dcc3089791be1347b.tar.gz
Update to v114
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1aaa077d49a2..529a3a8845ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bsnes
pkgdesc = Super Nintendo emulator focusing on performance, features, and ease of use.
- pkgver = 113.1
+ pkgver = 114
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_v113r1-source.zip
+ source = https://download.byuu.org/bsnes_v114-source.zip
source = package.patch
- sha256sums = b90570e2c7840c642730e7e91ae37035eca7e3f664a709e8ab988887b97ef2b2
+ sha256sums = b6868e4bf63d912be94b66546cf5470831aceb3fc1b2bd0564b7f6d9b084ac0e
sha256sums = f391b8ce83ed1dfe93d83484464613de1fa1c454d69b02c5234efc9ef69fd3bb
pkgname = bsnes
diff --git a/PKGBUILD b/PKGBUILD
index 869ed5c40150..dfd08ede0dd7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elaina Martineau <elainamartineau@gmail.com>
pkgname=bsnes
-pkgver=113.1
+pkgver=114
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=('b90570e2c7840c642730e7e91ae37035eca7e3f664a709e8ab988887b97ef2b2'
+sha256sums=('b6868e4bf63d912be94b66546cf5470831aceb3fc1b2bd0564b7f6d9b084ac0e'
'f391b8ce83ed1dfe93d83484464613de1fa1c454d69b02c5234efc9ef69fd3bb')
prepare() {