summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Willemse2015-08-30 14:44:39 +0200
committerTom Willemse2015-08-30 14:44:39 +0200
commit5292255129619ea1d15e142cf6b0a3d3d4b1e957 (patch)
treef8a7f942dbb763f4a650580d4ed2e7bfb2c94ba8
parenta4fc071b5242aee855eded3b12a6787e1962f458 (diff)
downloadaur-chicken-easyffi.tar.gz
Add another missing dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 018a4167d588..71cff902c835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=chicken-easyffi
_pkgname=easyffi
pkgver=1.99.7
-pkgrel=3
+pkgrel=4
pkgdesc="Chicken Scheme Egg: Generates bindings from C/C++ declarations"
arch=('i686' 'x86_64')
url="http://chicken.wiki.br/eggref/4/easyffi"
license=('BSD')
depends=('chicken>=4.5.0' 'chicken-silex' 'chicken-matchable'
- 'chicken-make')
+ 'chicken-make' 'chicken-regex')
options=(docs !libtool !emptydirs)
build() {