[arch-commits] Commit in chicken/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Apr 24 14:19:35 UTC 2014


    Date: Thursday, April 24, 2014 @ 16:19:34
  Author: arodseth
Revision: 110124

upgpkg: chicken 4.8.0.6-1

Modified:
  chicken/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-04-24 14:04:31 UTC (rev 110123)
+++ PKGBUILD	2014-04-24 14:19:34 UTC (rev 110124)
@@ -5,16 +5,17 @@
 # Contributor: Alexander Rødseth <rodseth at 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




More information about the arch-commits mailing list