summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Wanders2019-01-21 11:02:31 +0100
committerTim Wanders2019-01-21 11:02:31 +0100
commitf54a056fadb06016a0c1f80386f9bd179a6ef60c (patch)
tree0e771ad2bb3a2d7dd5d0a0642ff76de30220bf15
parent5d5e26421ef2f700c8a4fdf1cd8f3debf29998a3 (diff)
downloadaur-f54a056fadb06016a0c1f80386f9bd179a6ef60c.tar.gz
Added bison to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc724f2aa145..bd55592c584f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = elkhound-git
url = https://github.com/WeiDUorg/elkhound
arch = x86_64
license = custom
+ makedepends = bison
conflicts = elkhound-bin
conflicts = elkhound
source = git+https://github.com/WeiDUorg/elkhound
diff --git a/PKGBUILD b/PKGBUILD
index e13eecf8b7dd..93644ccbfdcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ conflicts=("elkhound-bin" "elkhound")
url="https://github.com/WeiDUorg/elkhound"
pkgdesc="Elkhound, née Elsa/Elkhound, as used by WeiDU"
+makedepends=("bison")
license=("custom")