summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElaina Martineau2019-09-06 20:58:00 -0600
committerElaina Martineau2019-09-06 20:58:00 -0600
commita45d46d1466ddbeef45d8f4371f6c3d1f734d732 (patch)
tree8a86e8b4196d73e0db551ee82bcf99eb2e8e18ef
parent95857847936dea71475511a1193cfb9faf951e82 (diff)
downloadaur-a45d46d1466ddbeef45d8f4371f6c3d1f734d732.tar.gz
Update to v109
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6a11350b83b..8f08999b8698 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bsnes
pkgdesc = Super Nintendo emulator focusing on performance, features, and ease of use.
- pkgver = 108
+ pkgver = 109
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_v108-source.7z
+ source = https://download.byuu.org/bsnes_v109-source.7z
source = package.patch
- sha256sums = 49c560b8438d0ea3942b1cd90ac3d4b5a33074eca77a0b24a7af463e87187bec
+ sha256sums = 9c163d856e55d98d49db1cc9fd2757c98745030f68d4fa99fab44aa91009fc1c
sha256sums = e800849a4e6c9b431578c2c55bfaab7b0619629ba34bd97f38bae64d5f2412d6
pkgname = bsnes
diff --git a/PKGBUILD b/PKGBUILD
index ec656532b5f7..cd09ea278766 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elaina Martineau <elainamartineau@gmail.com>
pkgname=bsnes
-pkgver=108
+pkgver=109
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.7z" 'package.patch')
-sha256sums=('49c560b8438d0ea3942b1cd90ac3d4b5a33074eca77a0b24a7af463e87187bec'
+sha256sums=('9c163d856e55d98d49db1cc9fd2757c98745030f68d4fa99fab44aa91009fc1c'
'e800849a4e6c9b431578c2c55bfaab7b0619629ba34bd97f38bae64d5f2412d6')
prepare() {