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

Alexander Rødseth arodseth at archlinux.org
Mon Mar 6 22:09:45 UTC 2017


    Date: Monday, March 6, 2017 @ 22:09:44
  Author: arodseth
Revision: 215165

upgpkg: chicken 4.12.0-1

Modified:
  chicken/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-06 22:07:28 UTC (rev 215164)
+++ PKGBUILD	2017-03-06 22:09:44 UTC (rev 215165)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Vesa Kaihlavirta <vegai at iki.fi>
 # Contributor: <david at pako.st>
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=chicken
-pkgver=4.11.0
+pkgver=4.12.0
 pkgrel=1
 pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
 arch=('x86_64' 'i686')
@@ -13,9 +13,8 @@
 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=('e3dc2b8f95b6a3cd59c85b5bb6bdb2bd9cefc45b5d536a20cad74e3c63f4ad89')
+source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz") # ${pkgver%.*}
+sha256sums=('605ace459bc66e8c5f82abb03d9b1c9ca36f1c2295931d244d03629a947a6989')
 
 build() {
   make -j1 -C "$pkgname-$pkgver" PLATFORM=linux PREFIX=/usr



More information about the arch-commits mailing list