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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Feb 28 11:49:06 UTC 2013


    Date: Thursday, February 28, 2013 @ 12:49:05
  Author: arodseth
Revision: 85273

upgpkg: chicken 4.8.0.2-1

Modified:
  chicken/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-28 11:36:41 UTC (rev 85272)
+++ PKGBUILD	2013-02-28 11:49:05 UTC (rev 85273)
@@ -5,15 +5,15 @@
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=chicken
-pkgver=4.8.0.1
+pkgver=4.8.0.2
 pkgrel=1
 pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
 arch=('x86_64' 'i686')
 url='http://call-cc.org/'
 license=('BSD')
 depends=('gcc')
-source=("http://code.call-cc.org/releases/${pkgver/.1}/$pkgname-$pkgver.tar.gz")
-sha256sums=('a60efa9d2a621ecb9e03b41ebdd03ae27ecb32c1292671fd969506c9baf88d0c')
+source=("http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
+sha256sums=('bf933f8cc4586b8b468c9abb8ec079a9f109ea20b5f12a1af2776f694e14791d')
 
 build() {
   cd "$pkgname-$pkgver"




More information about the arch-commits mailing list