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

Alexander Rødseth arodseth at archlinux.org
Sat Jan 4 13:09:49 UTC 2020


    Date: Saturday, January 4, 2020 @ 13:09:48
  Author: arodseth
Revision: 547896

upgpkg: chicken 5.1.0-2

Modified:
  chicken/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-04 12:59:13 UTC (rev 547895)
+++ PKGBUILD	2020-01-04 13:09:48 UTC (rev 547896)
@@ -4,13 +4,13 @@
 
 pkgname=chicken
 pkgver=5.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
 arch=(x86_64)
 url='https://call-cc.org/'
 license=(BSD)
-depends=(tk)
 makedepends=(chicken)
+optdepends=('tk: for the tcl/tk egg')
 options=(staticlibs)
 source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('5c1101a8d8faabfd500ad69101e0c7c8bd826c68970f89c270640470e7b84b4b')
@@ -28,7 +28,7 @@
 
   # Chicken had csc and csi first, but then mono introduced a conflict and
   # does not seem to want to change this. OpenBSD renamed csc and csi to
-  # chicken-csc and chicken-csi 2018-12-12.
+  # chicken-csc and chicken-csi 2018-12-12. We also use these.
   make -j1 \
     PLATFORM=linux \
     DESTDIR="$pkgdir" \



More information about the arch-commits mailing list