summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpyamsoft2016-12-21 23:54:25 -0800
committerpyamsoft2016-12-21 23:54:25 -0800
commit0feb8633d6e8d0477d0b66ae8c0069435905ce1f (patch)
tree61364c71a023bf4491378be43a14c0cca9d520fd /PKGBUILD
parentdd96bcb2eec997613f185cbb6ac39525b61e1faa (diff)
downloadaur-0feb8633d6e8d0477d0b66ae8c0069435905ce1f.tar.gz
Change depends to match the git version of the package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e55953d54d8..091d477b124c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,9 @@ pkgname=dolphin-emu-faster-melee
# shellcheck disable=SC2034
pkgver=4.3
# shellcheck disable=SC2034
-pkgrel=3
+pkgrel=4
# shellcheck disable=SC2034
-pkgdesc='The FasterMelee build of the Dolphin Emulator'
+pkgdesc='The FasterMelee NetPlay build of the Dolphin Emulator'
# shellcheck disable=SC2034
arch=('x86_64')
# shellcheck disable=SC2034
@@ -19,7 +19,7 @@ makedepends=('cmake')
# shellcheck disable=SC2034
depends=('bluez-libs' 'enet' 'ffmpeg' 'libao' 'libevdev' 'mbedtls' 'miniupnpc'
- 'openal' 'portaudio' 'soundtouch' 'xdg-utils' 'wxgtk' 'sfml')
+ 'portaudio' 'sfml' 'soundtouch' 'xdg-utils' 'wxgtk')
# shellcheck disable=SC2034
optdepends=('pulseaudio: PulseAudio backend')