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

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Jun 13 20:17:19 UTC 2014


    Date: Friday, June 13, 2014 @ 22:17:19
  Author: arodseth
Revision: 113115

package upgrade

Modified:
  chicken/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-13 19:40:47 UTC (rev 113114)
+++ PKGBUILD	2014-06-13 20:17:19 UTC (rev 113115)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=chicken
-pkgver=4.9.0
+pkgver=4.9.0.1
 pkgrel=1
 pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
 arch=('x86_64' 'i686')
@@ -13,9 +13,9 @@
 license=('BSD')
 makedepends=('inetutils' 'chicken')
 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=('2f2abe1829971c83a6b7e8f58f8aaeb76b3728e2679d99b0f840433af2564a22')
+#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=('04df7c439c36fc16446bdfa186e7a70258f911d2d826b5216a8e6b1cb2aa2815')
 
 build() {
   make -C "$pkgname-$pkgver" -j1 PLATFORM=linux PREFIX=/usr




More information about the arch-commits mailing list