summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvedui2022-09-14 19:48:52 +0200
committerArvedui2022-09-14 19:48:52 +0200
commit4aa5577e0d851d9e055444291696213cbd1cc3ad (patch)
treefcd02ef17e8fade45e887c906a6e965049f9971a
parentd62e45e260d0da1b2fd2cbacbca65834dfbc206b (diff)
downloadaur-4aa5577e0d851d9e055444291696213cbd1cc3ad.tar.gz
sameboy: upstream release 0.15.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 318c1695c82f..65a194d222f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sameboy
pkgdesc = An accuracy-focused Game Boy/Game Boy Color emulator
- pkgver = 0.15.1
+ pkgver = 0.15.5
pkgrel = 1
url = https://github.com/LIJI32/SameBoy
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = sameboy
depends = sdl2
depends = hicolor-icon-theme
conflicts = sameboy-git
- source = sameboy-0.15.1.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.15.1.tar.gz
- md5sums = d617805e7f9579091f71a5d2c95ca998
+ source = sameboy-0.15.5.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.15.5.tar.gz
+ md5sums = 58b1892888782c9616e24017733e0a0f
pkgname = sameboy
diff --git a/PKGBUILD b/PKGBUILD
index b2d776e8dd4f..d218c13a6928 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sameboy
pkgdesc="An accuracy-focused Game Boy/Game Boy Color emulator"
-pkgver=0.15.1
+pkgver=0.15.5
pkgrel=1
arch=(x86_64)
url="https://github.com/LIJI32/SameBoy"
@@ -13,7 +13,7 @@ conflicts=(sameboy-git)
# Upstream suggests using clang, but gcc is supported on Linux: https://github.com/LIJI32/SameBoy/issues/164#issuecomment-486464194
makedepends=(rgbds make git)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LIJI32/SameBoy/archive/v${pkgver}.tar.gz")
-md5sums=('d617805e7f9579091f71a5d2c95ca998')
+md5sums=('58b1892888782c9616e24017733e0a0f')
build(){
cd "${srcdir}/SameBoy-${pkgver}"