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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jun 5 12:40:33 UTC 2014


    Date: Thursday, June 5, 2014 @ 14:40:32
  Author: arodseth
Revision: 112709

upgpkg: chicken 4.9.0-1

Modified:
  chicken/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-05 12:39:14 UTC (rev 112708)
+++ PKGBUILD	2014-06-05 12:40:32 UTC (rev 112709)
@@ -5,17 +5,17 @@
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=chicken
-pkgver=4.8.0.6
+pkgver=4.9.0
 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=('74bc45a09b8f1fc41942e6aabf55ac75a5a9b2b2a9756eed2aca82fabe86f7f9')
+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')
 
 build() {
   make -C "$pkgname-$pkgver" -j1 PLATFORM=linux PREFIX=/usr




More information about the arch-commits mailing list