summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiuyang liu2020-02-05 09:43:04 +0000
committerJiuyang liu2020-02-05 09:43:04 +0000
commit44c3b338818ed77de0025c734e8ea90ae5f9d7bc (patch)
tree95a8bc077dbdcde191f951378eeb6058ad012520
parentd797bcf3ca1e25bc9a06e49ebe69f27bd00f591b (diff)
downloadaur-44c3b338818ed77de0025c734e8ea90ae5f9d7bc.tar.gz
dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e54914446f6..a196dd1b863b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,8 @@ pkgbase = bluespec-git
url = https://github.com/B-Lang-org/bsc
arch = x86_64
license = custom
+ makedepends = git
+ makedepends = gperf
makedepends = ghc
makedepends = haskell-regex-compat
makedepends = haskell-syb
diff --git a/PKGBUILD b/PKGBUILD
index 897c0c43838f..d055a927ce1c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url='https://github.com/B-Lang-org/bsc'
license=('custom')
depends=()
-makedepends=('ghc' 'haskell-regex-compat' 'haskell-syb' 'haskell-old-time' 'fontconfig' 'libxft')
+makedepends=('git' 'gperf' 'ghc' 'haskell-regex-compat' 'haskell-syb' 'haskell-old-time' 'fontconfig' 'libxft')
source=("git+https://github.com/B-Lang-org/bsc.git")
md5sums=('SKIP')