diff options
Diffstat (limited to 'community/chicken/PKGBUILD')
-rw-r--r-- | community/chicken/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/chicken/PKGBUILD b/community/chicken/PKGBUILD index 8ace279a6..f691cc8ea 100644 --- a/community/chicken/PKGBUILD +++ b/community/chicken/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 98342 2013-10-08 19:42:24Z arodseth $ +# $Id: PKGBUILD 99646 2013-10-30 17:19:18Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: <david@pako.st> @@ -6,12 +6,13 @@ pkgname=chicken pkgver=4.8.0.5 -pkgrel=1 +pkgrel=2 pkgdesc='Compiler for R5RS scheme, featuring handy extensions' arch=('x86_64' 'i686' 'mips64el') url='http://call-cc.org/' license=('BSD') depends=('gcc') +options=('staticlibs') source=("http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz") sha256sums=('5b9192951bc61cc19dd4963cceb93908bff46b6868d7927f19850e8973c430fb') |