summarylogtreecommitdiffstats
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
parent6d2126d7ef42fff8c8a955756fd4125ecb3ff929 (diff)
downloadaur-mitie-git.tar.gz
add missing makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b729c98ff2e..45c71da37a05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = mitie-git
pkgdesc = MITIE: library and tools for information extraction
- pkgver = r5148.15bed499
+ pkgver = r5150.832cbd6f
pkgrel = 1
url = https://github.com/mit-nlp/MITIE
arch = i686
arch = x86_64
license = Boost Software License
+ makedepends = git
+ makedepends = cmake
depends = openblas
provides = mitie
conflicts = mitie
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')