summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvedui2022-11-06 14:51:43 +0100
committerArvedui2022-11-06 14:51:43 +0100
commitcb192310214f0b0fbd0d9037091717089b6fd474 (patch)
tree7a4bb305aa830f2d61149f5b91ac9aae66db01a4
parent6259a57aa399d7f67750a7084c0a7ccb233662b1 (diff)
downloadaur-cb192310214f0b0fbd0d9037091717089b6fd474.tar.gz
sameboy: upstream release 0.15.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d4ef48560fd..4d04d2a090a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sameboy
pkgdesc = An accuracy-focused Game Boy/Game Boy Color emulator
- pkgver = 0.15.7
+ pkgver = 0.15.8
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.7.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.15.7.tar.gz
- md5sums = ce22a172b2a6ec8f68e2f4e0520e80c9
+ source = sameboy-0.15.8.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.15.8.tar.gz
+ md5sums = d5bf07419f3ee05679672f7728f467e3
pkgname = sameboy
diff --git a/PKGBUILD b/PKGBUILD
index 2c90f9a38f87..5bbcd0d8b386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sameboy
pkgdesc="An accuracy-focused Game Boy/Game Boy Color emulator"
-pkgver=0.15.7
+pkgver=0.15.8
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=('ce22a172b2a6ec8f68e2f4e0520e80c9')
+md5sums=('d5bf07419f3ee05679672f7728f467e3')
build(){
cd "${srcdir}/SameBoy-${pkgver}"