Date: Monday, February 3, 2020 @ 17:02:25 Author: alucryd Revision: 561958
FS#65265: dolphin-emu 1:5.0.r11617.0491831483-1 Modified: dolphin-emu/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-03 16:19:36 UTC (rev 561957) +++ PKGBUILD 2020-02-03 17:02:25 UTC (rev 561958) @@ -3,13 +3,13 @@ # Contributor: Jeremy Newton (Mystro256) <[email protected]> pkgname=dolphin-emu -pkgver=5.0.r11530.ea9b96370d +pkgver=5.0.r11617.0491831483 pkgrel=1 epoch=1 pkgdesc='A Gamecube / Wii / Triforce emulator' arch=(x86_64) url=https://dolphin-emu.org -license=(GPL) +license=(GPL2) depends=( alsa-lib bluez-libs @@ -46,7 +46,7 @@ ) optdepends=('pulseaudio: PulseAudio backend') options=(!emptydirs) -source=(dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=ea9b96370df89b446ed25fca5452f0eef33682a9) +source=(dolphin-emu::git+https://github.com/dolphin-emu/dolphin.git#commit=049183148307ad6a5a3244c313841fc97448b647) sha256sums=(SKIP) pkgver() { @@ -67,6 +67,7 @@ package() { make DESTDIR="${pkgdir}" -C build install install -Dm 644 dolphin-emu/Data/51-usb-device.rules -t "${pkgdir}"/usr/lib/udev/rules.d/ + rm -rf "${pkgdir}"/usr/{include,lib/libdiscord-rpc.a} } # vim: ts=2 sw=2 et:
