summaryrefslogtreecommitdiff
path: root/community/chicken/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-03-13 00:01:30 +0000
committerroot <root@rshg054.dnsready.net>2012-03-13 00:01:30 +0000
commit217a7715291ceb935900b71bde082023bc441290 (patch)
tree6cbfcf7d11f0bd1e412f542080ec995fc26daffd /community/chicken/PKGBUILD
parent7e61bbcf6b3c8ffe6c076268044d83b446fceeab (diff)
Tue Mar 13 00:01:30 UTC 2012
Diffstat (limited to 'community/chicken/PKGBUILD')
-rw-r--r--community/chicken/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/chicken/PKGBUILD b/community/chicken/PKGBUILD
index 713974d5f..1abe33063 100644
--- a/community/chicken/PKGBUILD
+++ b/community/chicken/PKGBUILD
@@ -1,15 +1,17 @@
+# $Id: PKGBUILD 67462 2012-03-11 21:18:54Z lcarlier $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: <david@pako.st>
pkgname=chicken
pkgver=4.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='A compiler for R5RS scheme, featuring handy extensions'
arch=('i686' 'x86_64')
url='http://www.call-with-current-continuation.org/'
license=('BSD')
depends=('gcc')
source=("http://code.call-cc.org/releases/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('9389388fdf04c3c64de29633aae12539')
build() {
cd ${pkgname}-${pkgver}
@@ -32,4 +34,3 @@ package() {
install -D -m644 LICENSE \
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
-md5sums=('9389388fdf04c3c64de29633aae12539')