summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {