summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2015-11-29 00:08:28 +0100
committerJulian Xhokaxhiu2015-11-29 00:08:28 +0100
commit1a471e4ae4074b6f2c976663248d5258f82b53ec (patch)
tree70f0bbf47f630ef8c9c817e868260b7917691325 /PKGBUILD
parent6326e3acff7c74e57f72534fe44dcc6d7f524271 (diff)
downloadaur-1a471e4ae4074b6f2c976663248d5258f82b53ec.tar.gz
Strip down dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 79fdb571c870..9d514c86f402 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Reference frontend for the libretro API."
arch=('arm' 'armv6h' 'armv7h')
url="http://github.com/libretro/RetroArch"
license=('GPL')
-depends=('ffmpeg' 'jack2' 'mesa' 'mesa-libgl' 'libusb' 'libxinerama' 'libxkbcommon' 'openal' 'python' 'sdl2')
+depends=('mesa' 'mesa-libgl' 'libusb' 'openal' 'python')
makedepends=('git')
provides=('retroarch' 'retroarch-git')
conflicts=('retroarch')