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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Jul 17 16:20:49 UTC 2013


    Date: Wednesday, July 17, 2013 @ 18:20:49
  Author: arodseth
Revision: 94238

upgpkg: chicken 4.8.0.4-1

Modified:
  chicken/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-17 13:45:02 UTC (rev 94237)
+++ PKGBUILD	2013-07-17 16:20:49 UTC (rev 94238)
@@ -5,7 +5,7 @@
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=chicken
-pkgver=4.8.0.3
+pkgver=4.8.0.4
 pkgrel=1
 pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
 arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@
 license=('BSD')
 depends=('gcc')
 source=("http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
-sha256sums=('6a1414e6f35586e47d7f4470eaf1779a4f73dec664b14bebf8763dd804b399c3')
+sha256sums=('cd6c4b05f76a6ac82ff32e8dbd53f7517a283bda32003c6b3baa0c6b24990fb2')
 
 build() {
   cd "$pkgname-$pkgver"
@@ -24,7 +24,7 @@
 package() {
   cd "$pkgname-$pkgver"
   
-  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
+  make PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 




More information about the arch-commits mailing list