From c1aef96e53154163721b5bb465c2c1b7e5a3bf43 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 27 Dec 2013 01:39:52 +0100 Subject: Update and fix cl-cffi (to 0.11.2) --- cl-cffi/PKGBUILD | 6 ++++-- 1 file 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') -- cgit v1.2.3-54-g00ecf