aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Demelier <markand@malikania.fr>2020-04-05 10:49:19 +0200
committerTBK <tbk@jjtc.eu>2020-04-05 19:50:09 +0000
commit59fc67f2777d725f4d0164d724b4f8414d422f04 (patch)
tree6357abf18a278c4246e52c1997e0829a9144df9e
parente07692d3fe22c148573722b04ee7d9ff28af95e0 (diff)
community/libretro-beetle-psx: upgrade to 20200401
-rw-r--r--community/libretro-beetle-psx/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/community/libretro-beetle-psx/APKBUILD b/community/libretro-beetle-psx/APKBUILD
index fab12f72fc9..878a9a894e3 100644
--- a/community/libretro-beetle-psx/APKBUILD
+++ b/community/libretro-beetle-psx/APKBUILD
@@ -1,9 +1,9 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=libretro-beetle-psx
-pkgver=0_git20191227
+pkgver=0_git20200401
pkgrel=0
-_commit="18a9de19f3f079408eb8181aa4c5144e9434c5f7"
+_commit="ea0dd62473caa027364bb37211df3777f447f3f0"
arch="all !s390x"
url="https://github.com/libretro/beetle-psx-libretro"
pkgdesc="Standalone port/fork of Mednafen PSX to the Libretro API"
@@ -29,11 +29,13 @@ build() {
}
package() {
- install -Dm644 "$builddir"/libretro-beetle-psx/mednafen_psx_libretro.so "$pkgdir"/usr/lib/libretro
+ install -Dm644 "$builddir"/libretro-beetle-psx/mednafen_psx_libretro.so \
+ "$pkgdir"/usr/lib/libretro/mednafen_psx_libretro.so
}
hw() {
- install -Dm644 "$builddir"/libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so "$subpkgdir"/usr/lib/libretro
+ install -Dm644 "$builddir"/libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so \
+ "$subpkgdir"/usr/lib/libretro/mednafen_psx_hw_libretro.so
}
-sha512sums="896209e20341d7cc7e38c2b3ac881feb8bcd1322d95d48f57ba2cb14bee6b62b7187ff10c3806a2753b1af0f0f887d2dc3635aee268c432424f3150912938a75 libretro-beetle-psx-18a9de19f3f079408eb8181aa4c5144e9434c5f7.tar.gz"
+sha512sums="8c06573cc97a6af89ba038afa3c81af5c228221ea09b37fa72c49c332b944522499ead366296b638262a53b1c0e7ffec31044d6b46de91400dacdb2a52a9c2a2 libretro-beetle-psx-ea0dd62473caa027364bb37211df3777f447f3f0.tar.gz"