summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cl-cffi/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/cl-cffi/PKGBUILD b/cl-cffi/PKGBUILD
index 853aa3d..6014bb1 100644
--- a/cl-cffi/PKGBUILD
+++ b/cl-cffi/PKGBUILD
@@ -2,7 +2,7 @@
_name=cffi
pkgname=cl-$_name
-pkgver=0.11.1
+pkgver=0.11.2
pkgrel=1
pkgdesc="Common Foreign Function Interface for Common Lisp"
arch=('i686' 'x86_64') # 32-bit only? needs gnu/stubs-32.h
@@ -11,7 +11,6 @@ license=('BSD')
depends=('common-lisp' 'cl-asdf' 'cl-babel' 'cl-alexandria'
'cl-trivial-features')
source=("http://common-lisp.net/project/$_name/releases/${_name}_$pkgver.tar.gz")
-md5sums=('2810e3dfae63fe8585a607186861c7bf')
package()
{
@@ -27,6 +26,7 @@ package()
install -m 644 "$source"/examples/*.lisp "$destination"/examples
install -m 644 "$source"/grovel/*.lisp "$destination"/grovel
+ install -m 644 "$source"/grovel/*.h "$destination"/grovel
install -m 644 "$source"/src/*.lisp "$destination"/src
install -m 644 "$source"/uffi-compat/*.lisp \
"$destination"/uffi-compat
@@ -37,3 +37,5 @@ package()
echo "(:tree \"/usr/share/common-lisp/source/$_name\")" \
> "$pkgdir"/etc/common-lisp/source-registry.conf.d/20-$_name.conf
}
+
+md5sums=('3a0041bc268a0fad0323669aaaa75dba')