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

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Oct 30 17:19:09 UTC 2013


    Date: Wednesday, October 30, 2013 @ 18:19:08
  Author: arodseth
Revision: 99645

Keeping static libraries, for now

Modified:
  chicken/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-30 17:05:16 UTC (rev 99644)
+++ PKGBUILD	2013-10-30 17:19:08 UTC (rev 99645)
@@ -6,12 +6,13 @@
 
 pkgname=chicken
 pkgver=4.8.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
 arch=('x86_64' 'i686')
 url='http://call-cc.org/'
 license=('BSD')
 depends=('gcc')
+options=('staticlibs')
 source=("http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
 sha256sums=('5b9192951bc61cc19dd4963cceb93908bff46b6868d7927f19850e8973c430fb')
 




More information about the arch-commits mailing list