summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f69f91c2602..ca470f797187 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Apr 12 11:32:47 UTC 2017
+# Wed Jun 28 09:00:32 UTC 2017
pkgbase = endless-sky
pkgdesc = A space exploration and combat game similar to Escape Velocity
pkgver = 0.9.6
@@ -19,6 +19,7 @@ pkgbase = endless-sky
depends = openal
depends = hicolor-icon-theme
depends = xdg-utils
+ depends = libmad
source = https://github.com/endless-sky/endless-sky/archive/v0.9.6.tar.gz
source = endless-sky.install
md5sums = d786e59f0419449826afc87f78006fe7
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"