testing/libretro-pcsx-rearmed: upgrade to 0_git20220409

This commit is contained in:
David Demelier 2022-04-19 11:22:14 +02:00 committed by alice
parent 332f267028
commit 5e46aeb3a9

View File

@ -1,9 +1,9 @@
# Contributor: David Demelier <markand@malikania.fr>
# Maintainer: David Demelier <markand@malikania.fr>
pkgname=libretro-pcsx-rearmed
pkgver=0_git20210428
pkgver=0_git20220409
pkgrel=0
_commit="625cc17f79f3eaeada1b741974bdc608ae4d2dd2"
_commit="e24732050e902bd5402b2b7da7c391d2ca8fa799"
pkgdesc="ARM optimized PCSX fork for libretro"
url="https://github.com/libretro/pcsx_rearmed"
arch="all !armv7 !armhf"
@ -12,12 +12,21 @@ source="$pkgname-$_commit.tar.gz::https://github.com/libretro/pcsx_rearmed/archi
builddir="$srcdir/pcsx_rearmed-$_commit"
options="!check" # No tests
# Handled by multiple conditionals in the Makefile but not working correctly
# for the aarch64 platform.
case "$CARCH" in
aarch64)
with_dynarec="DYNAREC=ari64" ;;
esac
build() {
make -f Makefile.libretro
make -f Makefile.libretro $with_dynarec
}
package() {
install -Dm644 pcsx_rearmed_libretro.so "$pkgdir"/usr/lib/libretro/pcsx_rearmed_libretro.so
}
sha512sums="502ce48b00a4720f715487ee498c1764a257db4ce2d5d5e11f2a48d85be86aa54a2a32d61d8ffd2ee621ed6b3c41dac1fa4564021fe5935f7480adf4a83367ea libretro-pcsx-rearmed-625cc17f79f3eaeada1b741974bdc608ae4d2dd2.tar.gz"
sha512sums="
621972462c230c19241a2ba14098987524488ec3d053b609fb9fc870b4ef3b6f2f7a44f6f97b9376a0c17ff7b465b5963962b44fc50dfa982509fdab2403860f libretro-pcsx-rearmed-e24732050e902bd5402b2b7da7c391d2ca8fa799.tar.gz
"