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

Alexander Rødseth arodseth at archlinux.org
Thu Aug 6 12:27:14 UTC 2015


    Date: Thursday, August 6, 2015 @ 14:27:13
  Author: arodseth
Revision: 138014

upgpkg: chicken 4.10.0-1

Modified:
  chicken/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-06 09:54:31 UTC (rev 138013)
+++ PKGBUILD	2015-08-06 12:27:13 UTC (rev 138014)
@@ -5,20 +5,20 @@
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=chicken
-pkgver=4.9.0.1
+pkgver=4.10.0
 pkgrel=1
-pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
+pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
 arch=('x86_64' 'i686')
 url='http://call-cc.org/'
 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=('04df7c439c36fc16446bdfa186e7a70258f911d2d826b5216a8e6b1cb2aa2815')
+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')
 
 build() {
-  make -C "$pkgname-$pkgver" -j1 PLATFORM=linux PREFIX=/usr
+  make -j1 -C "$pkgname-$pkgver" PLATFORM=linux PREFIX=/usr
 }
 
 package() {
@@ -27,4 +27,5 @@
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
+# getver: code.call-cc.org
 # vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list