summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorElaina Martineau2020-03-03 20:32:44 -0700
committerElaina Martineau2020-03-03 20:32:44 -0700
commit74d2735f1f4aa4a5d20ed754d3bece86b68bb564 (patch)
tree220e45267abc7fd6cf6370786f1f85260d797a20
parent82d94d0af1282794523e166dcc3089791be1347b (diff)
downloadaur-74d2735f1f4aa4a5d20ed754d3bece86b68bb564.tar.gz
Update to v115
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 529a3a8845ce..ed907f52fbb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bsnes
pkgdesc = Super Nintendo emulator focusing on performance, features, and ease of use.
- pkgver = 114
+ pkgver = 115
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_v114-source.zip
+ source = https://download.byuu.org/bsnes/bsnes_v115-source.zip
source = package.patch
- sha256sums = b6868e4bf63d912be94b66546cf5470831aceb3fc1b2bd0564b7f6d9b084ac0e
+ sha256sums = 4f983feda32f5f6e494f8ea5363fc97ebfe92e0d7b78d71ebe013ed7933e2386
sha256sums = f391b8ce83ed1dfe93d83484464613de1fa1c454d69b02c5234efc9ef69fd3bb
pkgname = bsnes
diff --git a/PKGBUILD b/PKGBUILD
index dfd08ede0dd7..8c4d201135c3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Elaina Martineau <elainamartineau@gmail.com>
pkgname=bsnes
-pkgver=114
+pkgver=115
pkgrel=1
pkgdesc='Super Nintendo emulator focusing on performance, features, and ease of use.'
arch=('x86_64')
@@ -9,8 +9,8 @@ url='https://byuu.org/emulation/bsnes/'
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=('b6868e4bf63d912be94b66546cf5470831aceb3fc1b2bd0564b7f6d9b084ac0e'
+source=("https://download.byuu.org/bsnes/${pkgname}_v${pkgver//./r}-source.zip" 'package.patch')
+sha256sums=('4f983feda32f5f6e494f8ea5363fc97ebfe92e0d7b78d71ebe013ed7933e2386'
'f391b8ce83ed1dfe93d83484464613de1fa1c454d69b02c5234efc9ef69fd3bb')
prepare() {