summaryrefslogtreecommitdiff
path: root/community/chicken
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-04-25 04:04:23 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-04-25 04:04:23 +0000
commit2e237e087ac1a2449690b7dfdfed1e406838feaf (patch)
treef962d302a15b954fe81d8c6b15a25158ad58efa3 /community/chicken
parent431023a318e680258f02c1fb5fdca176c68e5cb7 (diff)
Fri Apr 25 04:00:40 UTC 2014
Diffstat (limited to 'community/chicken')
-rw-r--r--community/chicken/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/community/chicken/PKGBUILD b/community/chicken/PKGBUILD
index 7c2421a11..1841e85e3 100644
--- a/community/chicken/PKGBUILD
+++ b/community/chicken/PKGBUILD
@@ -1,20 +1,21 @@
-# $Id: PKGBUILD 99646 2013-10-30 17:19:18Z arodseth $
+# $Id: PKGBUILD 110125 2014-04-24 14:19:44Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: <david@pako.st>
# Contributor: Alexander Rødseth <rodseth@gmail.com>
pkgname=chicken
-pkgver=4.8.0.5
-pkgrel=2
+pkgver=4.8.0.6
+pkgrel=1
pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
arch=('x86_64' 'i686')
url='http://call-cc.org/'
license=('BSD')
depends=('gcc')
+makedepends=('inetutils' 'chicken')
options=('staticlibs')
source=("http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
-sha256sums=('5b9192951bc61cc19dd4963cceb93908bff46b6868d7927f19850e8973c430fb')
+sha256sums=('74bc45a09b8f1fc41942e6aabf55ac75a5a9b2b2a9756eed2aca82fabe86f7f9')
build() {
make -C "$pkgname-$pkgver" -j1 PLATFORM=linux PREFIX=/usr