summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvedui2022-11-02 17:22:13 +0100
committerArvedui2022-11-02 17:22:13 +0100
commit6259a57aa399d7f67750a7084c0a7ccb233662b1 (patch)
tree5e85db11b3203483f55870859f7d3545773bc380
parent4aa5577e0d851d9e055444291696213cbd1cc3ad (diff)
downloadaur-6259a57aa399d7f67750a7084c0a7ccb233662b1.tar.gz
sameboy: upstream release 0.15.7-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65a194d222f3..9d4ef48560fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sameboy
pkgdesc = An accuracy-focused Game Boy/Game Boy Color emulator
- pkgver = 0.15.5
+ pkgver = 0.15.7
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.5.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.15.5.tar.gz
- md5sums = 58b1892888782c9616e24017733e0a0f
+ source = sameboy-0.15.7.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.15.7.tar.gz
+ md5sums = ce22a172b2a6ec8f68e2f4e0520e80c9
pkgname = sameboy
diff --git a/PKGBUILD b/PKGBUILD
index d218c13a6928..2c90f9a38f87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sameboy
pkgdesc="An accuracy-focused Game Boy/Game Boy Color emulator"
-pkgver=0.15.5
+pkgver=0.15.7
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=('58b1892888782c9616e24017733e0a0f')
+md5sums=('ce22a172b2a6ec8f68e2f4e0520e80c9')
build(){
cd "${srcdir}/SameBoy-${pkgver}"