diff options
author | Bart Ribbers <bribbers@disroot.org> | 2020-01-15 19:46:27 +0100 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-01-16 14:00:28 +0100 |
commit | 473458c3b1fc6d53bebab482f0f62560e996a6f8 (patch) | |
tree | f3d1dcdb7fc9f2978b549d782b0bbfe73bde2f60 | |
parent | f570b1a91abd7d33afdccbdaba70484e0024b3e1 (diff) | |
download | aports-473458c3b1fc6d53bebab482f0f62560e996a6f8.tar.bz2 aports-473458c3b1fc6d53bebab482f0f62560e996a6f8.tar.xz |
testing/dolphin-emu: upgrade to 5.0_git20200115
-rw-r--r-- | testing/dolphin-emu/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/testing/dolphin-emu/APKBUILD b/testing/dolphin-emu/APKBUILD index 7c3bdf7b78..4e9a07b1c1 100644 --- a/testing/dolphin-emu/APKBUILD +++ b/testing/dolphin-emu/APKBUILD @@ -1,10 +1,9 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dolphin-emu -_pkgname=dolphin -pkgver=5.0_git20190915 +pkgver=5.0_git20200115 pkgrel=0 -_commit="82fd7f576e1dff6b616ff088955c18aa76ed45d5" +_commit="1cc7ef356b9a33814efb290368150a1cceb0a3ed" # Upstream doesn't actively support non 64-bit platforms and they're too slow # to emulate any games anyway arch="x86_64 aarch64" @@ -42,7 +41,7 @@ makedepends=" # minizip-dev xxhash-dev soundtouch-dev gtest-dev source="$pkgname-$_commit.tar.gz::https://github.com/dolphin-emu/dolphin/archive/$_commit.tar.gz" subpackages="$pkgname-doc $pkgname-lang" -builddir="$srcdir/$_pkgname-$_commit" +builddir="$srcdir/dolphin-$_commit" prepare() { default_prepare @@ -105,4 +104,4 @@ package() { install -Dm 644 Data/51-usb-device.rules -t "$pkgdir"/usr/lib/udev/rules.d/ } -sha512sums="b14ea3d1c0d939a9a02ab8021155f30fd1bc36cc0cf55917f33ae5f230972527c8e5e0ab6fbbd1ee8aba11d15ed9433e0cca9ee165baea268e615f055918a083 dolphin-emu-82fd7f576e1dff6b616ff088955c18aa76ed45d5.tar.gz" +sha512sums="519daec2fd22d042a4247337dafdd04d3df46cb654aba7d84101931e44c94aee39699bb5a119384785aff6da7cd5568baab000a863527cc4a445f05c7d30abf2 dolphin-emu-1cc7ef356b9a33814efb290368150a1cceb0a3ed.tar.gz" |