summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvedui2022-07-03 17:46:42 +0200
committerArvedui2022-07-03 17:46:42 +0200
commit0dfc61b8617a93631a639e524c91d8e3e92f312c (patch)
treea75c87842a271b0afebca975c5ce0564d0af247d
parent3e32654fbef3ba4891546c98975772a4ee5a68f1 (diff)
downloadaur-0dfc61b8617a93631a639e524c91d8e3e92f312c.tar.gz
sameboy: upstream release 0.15
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69936d9c9b7d..9d0a9ba57c4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sameboy
pkgdesc = An accuracy-focused Game Boy/Game Boy Color emulator
- pkgver = 0.14.7
+ pkgver = 0.15
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.14.7.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.14.7.tar.gz
- md5sums = 68ba78d2a5e109ae2fb14ebae764c40d
+ source = sameboy-0.15.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.15.tar.gz
+ md5sums = 0464366896fc615a33cb4c0792a083a9
pkgname = sameboy
diff --git a/PKGBUILD b/PKGBUILD
index 778d550f706e..18057a24415b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sameboy
pkgdesc="An accuracy-focused Game Boy/Game Boy Color emulator"
-pkgver=0.14.7
+pkgver=0.15
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=('68ba78d2a5e109ae2fb14ebae764c40d')
+md5sums=('0464366896fc615a33cb4c0792a083a9')
build(){
cd "${srcdir}/SameBoy-${pkgver}"