summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b97ddcd4aca..25f89360d1a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = mdl
arch = x86
arch = x86_64
license = MIT
+ makedepends = cmake
+ makedepends = boost
depends = boost-libs
provides = mdl
conflicts = MDL
diff --git a/PKGBUILD b/PKGBUILD
index cff6881fc2aa..ccd2a27f0cb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ license=('MIT')
provides=('mdl')
conflicts=('MDL')
depends=('boost-libs')
+makedepends=('cmake' 'boost')
source=("http://github.com/dopsi/${pkgname}/archive/v${pkgver}.tar.gz")
sha1sums=('SKIP')