Date: Thursday, August 6, 2020 @ 12:45:36 Author: alucryd Revision: 670908
upgpkg: dolphin-emu 1:5.0.r12380.afd25de85e-1 Modified: dolphin-emu/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-08-06 12:26:29 UTC (rev 670907) +++ PKGBUILD 2020-08-06 12:45:36 UTC (rev 670908) @@ -3,7 +3,7 @@ # Contributor: Jeremy Newton (Mystro256) <[email protected]> pkgname=dolphin-emu -pkgver=5.0.r12088.84d67b3547 +pkgver=5.0.r12380.afd25de85e pkgrel=1 epoch=1 pkgdesc='A Gamecube / Wii / Triforce emulator' @@ -46,7 +46,8 @@ ) optdepends=('pulseaudio: PulseAudio backend') options=(!emptydirs) -source=(dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=84d67b3547964e0636092bfb5844af2262728595) +_commit=afd25de85ef836ca376d84062e48674d2a5218d9 +source=(dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=${_commit}) sha256sums=(SKIP) pkgver() {
