summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJavier Tiá2019-11-03 18:19:43 -0600
committerJavier Tiá2019-11-03 18:19:43 -0600
commit321aa1946a5f8c128424e8f958873a787d3cc50b (patch)
tree025a919ace98313c14debe4a915e590c74aaf48e /PKGBUILD
parentb98666e91f75a42e4afb53b2d5b61ae6f9b1a4a3 (diff)
downloadaur-321aa1946a5f8c128424e8f958873a787d3cc50b.tar.gz
Bump up bic 0.9.1-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf15cbc6f7bb..7c662c5ca70a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=bic
pkgver=0.9.1
-pkgrel=1
+pkgrel=2
pkgdesc='A C interpreter and API explorer'
arch=('i686' 'x86_64')
url='https://github.com/hexagonal-sun/bic'
-makedepends=('gcc' 'automake' 'expect' 'flex' 'autoconf' 'm4' 'libtool' 'readline' 'pkgconf' 'gmp' 'autoconf-archive')
+makedepends=('gcc' 'automake' 'expect' 'flex' 'autoconf' 'm4' 'libtool' 'readline' 'pkgconf' 'gmp' 'autoconf-archive' 'bison')
license=('GPL2')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('228aee5efe5d569628492d44dff4327d17ad615d60c3a1cf6e645020be30f271')
@@ -28,4 +28,4 @@ package() {
install -D -m 0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-# vim:set ft=sh ts=2 sw=2 et:
+# vim:set ts=2 sw=2 et: