diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-09-19 02:56:37 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-18 23:59:41 -0300 |
commit | 51548a0b6ef6da481c94c8011e028ba9a5ec363f (patch) | |
tree | 0a870b6c839a81db1a6b9f6e5acb4bcf55533cc9 /testing/dolphin-emu | |
parent | 579faa0640483a135c6578b00c7eedb7e163056a (diff) | |
download | aports-51548a0b6ef6da481c94c8011e028ba9a5ec363f.tar.bz2 aports-51548a0b6ef6da481c94c8011e028ba9a5ec363f.tar.xz |
testing/dolphin-emu: upgrade to 5.0_git20190915
Diffstat (limited to 'testing/dolphin-emu')
-rw-r--r-- | testing/dolphin-emu/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/dolphin-emu/APKBUILD b/testing/dolphin-emu/APKBUILD index 51c6243c0e..7c3bdf7b78 100644 --- a/testing/dolphin-emu/APKBUILD +++ b/testing/dolphin-emu/APKBUILD @@ -2,9 +2,9 @@ # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dolphin-emu _pkgname=dolphin -pkgver=5.0_git20190809 +pkgver=5.0_git20190915 pkgrel=0 -_commit="b88e5610ab7db20aeda240a22f6223fa9cc905c6" +_commit="82fd7f576e1dff6b616ff088955c18aa76ed45d5" # Upstream doesn't actively support non 64-bit platforms and they're too slow # to emulate any games anyway arch="x86_64 aarch64" @@ -40,7 +40,7 @@ makedepends=" " # The following dependencies are required, but atm not supported for using system wide libraries # minizip-dev xxhash-dev soundtouch-dev gtest-dev -source="$pkgname-$_commit.tar.gz::https://github.com/dolphin-emu/$_pkgname/archive/$_commit.tar.gz" +source="$pkgname-$_commit.tar.gz::https://github.com/dolphin-emu/dolphin/archive/$_commit.tar.gz" subpackages="$pkgname-doc $pkgname-lang" builddir="$srcdir/$_pkgname-$_commit" @@ -105,4 +105,4 @@ package() { install -Dm 644 Data/51-usb-device.rules -t "$pkgdir"/usr/lib/udev/rules.d/ } -sha512sums="2636ecb59d93a5116e18b9d2ef1548e3a47caec4ffac2af2a554857c13b2bcdd9f22e8698df0a23056c20c9c368aeff4b5faba7083655d2d9c43148864e99dce dolphin-emu-b88e5610ab7db20aeda240a22f6223fa9cc905c6.tar.gz" +sha512sums="b14ea3d1c0d939a9a02ab8021155f30fd1bc36cc0cf55917f33ae5f230972527c8e5e0ab6fbbd1ee8aba11d15ed9433e0cca9ee165baea268e615f055918a083 dolphin-emu-82fd7f576e1dff6b616ff088955c18aa76ed45d5.tar.gz" |