summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarsten Teibes2014-07-17 16:29:31 +0200
committerCarsten Teibes2014-07-17 16:29:31 +0200
commit538148f9425c7019107ec57d3a90bb2ae78ff99e (patch)
treee4b7b6a55d7bc090b3bfb6c323ba17af5fa4b6f4
parent3853f0559090fca9ee9775e8e8402ff7324d4c8e (diff)
downloadaur-538148f9425c7019107ec57d3a90bb2ae78ff99e.tar.gz
[fix] Add makedepend mercurial
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de32b5a44f94..0172959924fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = sdl_sound-patched-hg
arch = i686
arch = x86_64
license = LGPL
+ makedepends = mercurial
depends = sdl2
depends = libmodplug
depends = libvorbis
diff --git a/PKGBUILD b/PKGBUILD
index 1adfadc0551e..c546de289800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ arch=('i686' 'x86_64')
url="http://icculus.org/SDL_sound/"
license=('LGPL')
depends=('sdl2' 'libmodplug' 'libvorbis' 'flac' 'speex')
+makedepends=('mercurial')
conflicts=("$_name")
provides=("$_name")
source=($_name::"hg+http://hg.icculus.org/icculus/SDL_sound"