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

Alexander Rødseth arodseth at archlinux.org
Sun May 29 10:13:56 UTC 2016


    Date: Sunday, May 29, 2016 @ 12:13:56
  Author: arodseth
Revision: 177415

upgpkg: chicken 4.11.0-1

Modified:
  chicken/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-29 09:59:39 UTC (rev 177414)
+++ PKGBUILD	2016-05-29 10:13:56 UTC (rev 177415)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=chicken
-pkgver=4.10.0
+pkgver=4.11.0
 pkgrel=1
 pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 options=('staticlibs')
 source=("http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
 #source=("http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
-sha256sums=('0e07f5abcd11961986950dbeaa5a40db415f8a1b65daff9c300e9b05b334899b')
+sha256sums=('e3dc2b8f95b6a3cd59c85b5bb6bdb2bd9cefc45b5d536a20cad74e3c63f4ad89')
 
 build() {
   make -j1 -C "$pkgname-$pkgver" PLATFORM=linux PREFIX=/usr
@@ -27,5 +27,5 @@
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-# getver: code.call-cc.org
+# getver: code.call-cc.org/releases/current/NEWS
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list