summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMax Zhao2017-06-28 11:00:51 +0200
committerMax Zhao2017-06-28 11:00:51 +0200
commit5cb991b62bc8a68f46491e21da905b9e4da2cfd4 (patch)
tree18fc56395018850e8820b76db04a20bb14591933 /PKGBUILD
parent7b3b0df3921bf53682c5f37279b4abbdabfef7ff (diff)
downloadaur-5cb991b62bc8a68f46491e21da905b9e4da2cfd4.tar.gz
adding libmad dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7d49b7a6195..38eac258b73a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="http://endless-sky.github.io/"
# libpng and libgl are already fetched by sdl2
# xdg-utils for icon cache
-depends=('sdl2' 'libjpeg-turbo' 'glew' 'openal' 'hicolor-icon-theme' 'xdg-utils')
+depends=('sdl2' 'libjpeg-turbo' 'glew' 'openal' 'hicolor-icon-theme' 'xdg-utils' 'libmad')
makedepends=('git' 'scons')
license=('GPL3' 'CCPL' 'custom:public domain')
pkgdesc="A space exploration and combat game similar to Escape Velocity"