summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime Gauduin2015-07-06 09:47:45 +0200
committerMaxime Gauduin2015-07-06 09:47:45 +0200
commit7b550792efb585c112337abe2c9ef7fcfc4f68f2 (patch)
tree70c4994e9fb53ad509f82a3175970da9f0c6dee3 /PKGBUILD
parentc5547897f529eedf2f5b2d3c3ef6c5bbbf52eb76 (diff)
downloadaur-7b550792efb585c112337abe2c9ef7fcfc4f68f2.tar.gz
Bump: dolphin-emu-git 4.0.2.r6957.009148d-1
Add dep on mbedtls back, switch sdl2 with libevdev
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b51f99e432d..ed88b904247d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgbase=dolphin-emu-git
pkgname=('dolphin-emu-git' 'dolphin-emu-cli-git' 'dolphin-emu-qt-git')
-pkgver=4.0.2.r6930.c53e7f2
+pkgver=4.0.2.r6957.009148d
pkgrel=1
pkgdesc='A GameCube / Wii / Triforce emulator'
arch=('x86_64')
url='http://www.dolphin-emu.org/'
license=('GPL2')
-depends=('bluez-libs' 'enet' 'ffmpeg' 'libao' 'miniupnpc' 'portaudio' 'sdl2'
- 'sfml' 'soundtouch' 'xdg-utils' 'wxgtk')
+depends=('bluez-libs' 'enet' 'ffmpeg' 'libao' 'libevdev' 'mbedtls' 'miniupnpc'
+ 'portaudio' 'sfml' 'soundtouch' 'xdg-utils' 'wxgtk')
makedepends=('cmake' 'git' 'qt5-base')
optdepends=('pulseaudio: PulseAudio backend')
options=('!emptydirs')