summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2019-10-08 15:10:25 +0200
committerMartin T. H. Sandsmark2019-10-08 15:10:25 +0200
commite6c63c69d464c2fc6a9f818ce95cb52ccffd4d6d (patch)
tree902ac1e972dc3035ddad3989e0db66ca9e80a23d /PKGBUILD
parent6d2126d7ef42fff8c8a955756fd4125ecb3ff929 (diff)
downloadaur-mitie-git.tar.gz
add missing makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 57c01afaa415..c227b5dd740b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=mitie-git
_pkgname=MITIE
pkgrel=1
-pkgver=r5148.15bed499
+pkgver=r5150.832cbd6f
pkgdesc="MITIE: library and tools for information extraction"
arch=('i686' 'x86_64')
url="https://github.com/mit-nlp/MITIE"
license=('Boost Software License')
depends=('openblas')
+makedepends=('git' 'cmake')
source=("git+https://github.com/mit-nlp/${_pkgname}")
sha256sums=(SKIP)
provides=('mitie')