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

Alexander Rødseth arodseth at archlinux.org
Thu Nov 8 17:09:33 UTC 2018


    Date: Thursday, November 8, 2018 @ 17:09:32
  Author: arodseth
Revision: 404131

upgpkg: chicken 5.0.0-1

Modified:
  chicken/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 16:53:57 UTC (rev 404130)
+++ PKGBUILD	2018-11-08 17:09:32 UTC (rev 404131)
@@ -1,9 +1,9 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Vesa Kaihlavirta <vegai at iki.fi>
 # Contributor: David <david at pako.st>
 
 pkgname=chicken
-pkgver=4.13.0
+pkgver=5.0.0
 pkgrel=1
 pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
 arch=('x86_64')
@@ -10,10 +10,11 @@
 url='http://call-cc.org/'
 conflicts=('mono') # /usr/bin/csc
 license=('BSD')
+depends=('tk')
 makedepends=('chicken')
 options=('staticlibs')
-source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz") # ${pkgver%.*}
-sha256sums=('add549619a31363d6608b39e0cf0e68b9d5e6ff2a719b5691ddeba57229c6c43')
+source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('a8b94bb94c5d6a4348cedd75dc334ac80924bcd9a7a7a3d6af5121e57ef66595')
 
 build() {
   make -C "$pkgname-$pkgver" PLATFORM=linux PREFIX=/usr -j1
@@ -21,7 +22,7 @@
 
 package() {
   cd "$pkgname-$pkgver"
-  make PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" -j1 install
+  make PLATFORM=linux DESTDIR="$pkgdir" PREFIX=/usr -j1 install
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 



More information about the arch-commits mailing list