summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElaina Martineau2019-10-06 02:30:01 -0600
committerElaina Martineau2019-10-06 02:30:01 -0600
commit246ab0237fdaf2efbc7450e043041415664b5a14 (patch)
tree61df3e17cb912783df5a65e26ea71f2daca1c02c
parentb877fc1f643233fd96f3f34f3c834535db84d5b7 (diff)
downloadaur-246ab0237fdaf2efbc7450e043041415664b5a14.tar.gz
Update to v111
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4adb42994243..6f5557c5b022 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bsnes
pkgdesc = Super Nintendo emulator focusing on performance, features, and ease of use.
- pkgver = 110
+ pkgver = 111
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_v110-source.zip
+ source = https://download.byuu.org/bsnes_v111-source.zip
source = package.patch
- sha256sums = 16dfd733e9bd717547a7ebdc6af5b06ac15597fddff90df64e9115e685887dbd
+ sha256sums = eee6ca97823b01325d0d69cef6988e03d6d98f106f5d4ea26cdb67ea734396f7
sha256sums = e800849a4e6c9b431578c2c55bfaab7b0619629ba34bd97f38bae64d5f2412d6
pkgname = bsnes
diff --git a/PKGBUILD b/PKGBUILD
index 9539771aa969..294298cb80fb 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elaina Martineau <elainamartineau@gmail.com>
pkgname=bsnes
-pkgver=110
+pkgver=111
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=('16dfd733e9bd717547a7ebdc6af5b06ac15597fddff90df64e9115e685887dbd'
+sha256sums=('eee6ca97823b01325d0d69cef6988e03d6d98f106f5d4ea26cdb67ea734396f7'
'e800849a4e6c9b431578c2c55bfaab7b0619629ba34bd97f38bae64d5f2412d6')
prepare() {