summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvedui2023-12-17 11:22:52 +0100
committerArvedui2023-12-17 11:23:11 +0100
commite3572d7824c84e2ff7cef5643e224be3cb80de67 (patch)
treea4c826a04f1d54dae4f90a8a465c07a3963734f2
parentcb192310214f0b0fbd0d9037091717089b6fd474 (diff)
downloadaur-e3572d7824c84e2ff7cef5643e224be3cb80de67.tar.gz
upgpkg: sameboy 0.16-1
upstream release sameboy: upstream release 0.16-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d04d2a090a6..f2eb2c4cd3fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = sameboy
pkgdesc = An accuracy-focused Game Boy/Game Boy Color emulator
- pkgver = 0.15.8
+ pkgver = 0.16
pkgrel = 1
url = https://github.com/LIJI32/SameBoy
arch = x86_64
license = MIT
makedepends = rgbds
makedepends = make
- makedepends = git
depends = sdl2
depends = hicolor-icon-theme
conflicts = sameboy-git
- source = sameboy-0.15.8.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.15.8.tar.gz
- md5sums = d5bf07419f3ee05679672f7728f467e3
+ source = sameboy-0.16.tar.gz::https://github.com/LIJI32/SameBoy/archive/v0.16.tar.gz
+ md5sums = 92bf2dc5d4a0b648cba2569079dde0ef
pkgname = sameboy
diff --git a/PKGBUILD b/PKGBUILD
index 5bbcd0d8b386..86b0f209e189 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sameboy
pkgdesc="An accuracy-focused Game Boy/Game Boy Color emulator"
-pkgver=0.15.8
+pkgver=0.16
pkgrel=1
arch=(x86_64)
url="https://github.com/LIJI32/SameBoy"
@@ -11,9 +11,9 @@ license=(MIT)
depends=(sdl2 hicolor-icon-theme)
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)
+makedepends=(rgbds make)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LIJI32/SameBoy/archive/v${pkgver}.tar.gz")
-md5sums=('d5bf07419f3ee05679672f7728f467e3')
+md5sums=('92bf2dc5d4a0b648cba2569079dde0ef')
build(){
cd "${srcdir}/SameBoy-${pkgver}"