summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4c79c4c3aee..fd70e9e35316 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=sameboy
pkgdesc="An accuracy-focused Game Boy/Game Boy Color emulator"
-pkgver=0.16.2
+pkgver=0.16.3
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)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/LIJI32/SameBoy/archive/v${pkgver}.tar.gz")
-md5sums=('3a2a523ce456772415f895a00a0deea6')
+md5sums=('e8318b468085cddb8ca0def3676588b1')
build(){
cd "${srcdir}/SameBoy-${pkgver}"