aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libretro-snes9x/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/libretro-snes9x/APKBUILD')
-rw-r--r--testing/libretro-snes9x/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/testing/libretro-snes9x/APKBUILD b/testing/libretro-snes9x/APKBUILD
index 2cbb3defeab..d47705a341b 100644
--- a/testing/libretro-snes9x/APKBUILD
+++ b/testing/libretro-snes9x/APKBUILD
@@ -1,13 +1,14 @@
# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=libretro-snes9x
-pkgver=0_git20210314
+pkgver=0_git20220414
pkgrel=0
-_commit="0655370850bc84d33acbc8a0ade8232853a195f3"
+_commit="bc65c09c280cb225084099385375d3b513a43455"
pkgdesc="Super Nintendo Entertainment System core for libretro"
url="https://github.com/libretro/snes9x"
arch="all"
license="custom"
+makedepends="zlib-dev"
source="$pkgname-$_commit.tar.gz::https://github.com/libretro/snes9x/archive/$_commit.tar.gz"
builddir="$srcdir/snes9x-$_commit"
options="!check" # No tests
@@ -20,4 +21,6 @@ package() {
install -Dm644 libretro/snes9x_libretro.so "$pkgdir"/usr/lib/libretro/snes9x_libretro.so
}
-sha512sums="34e2f85d8fb024d2e663ea26f3ac51ba95c5a2cab46cd215fabca9d967951e783083c013ba25c0af86f7d660875015645697146fecfceb3b9ca9933b95c082fe libretro-snes9x-0655370850bc84d33acbc8a0ade8232853a195f3.tar.gz"
+sha512sums="
+55f37de84659860e1c76da2fc63fb252ff99be17434b297a084f4c71a96b3cc152d427294a7feb6dab27da43d97836c102e60419e4685802bd83178857872db1 libretro-snes9x-bc65c09c280cb225084099385375d3b513a43455.tar.gz
+"