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

Antonio Rojas arojas at archlinux.org
Sat Apr 24 16:26:27 UTC 2021


    Date: Saturday, April 24, 2021 @ 16:26:26
  Author: arojas
Revision: 413834

Update to 2.2.7

Modified:
  guile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-24 16:03:30 UTC (rev 413833)
+++ PKGBUILD	2021-04-24 16:26:26 UTC (rev 413834)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
 pkgname=guile
-pkgver=2.2.6
-pkgrel=3
+pkgver=2.2.7
+pkgrel=1
 pkgdesc='Portable, embeddable Scheme implementation written in C'
 url='https://www.gnu.org/software/guile/'
 arch=(x86_64)
@@ -14,9 +14,15 @@
 validpgpkeys=('3CE464558A84FDC69DB40CFB090B11993D9AEBB5' # Ludovic Courtès <ludo at gnu.org>
               'FF478FB264DE32EC296725A3DDC0F5358812F8F2' # Andy Wingo
               '4FD4D288D445934E0A14F9A5A8803732E4436885') # Andy Wingo <wingo at pobox.com>"
-sha256sums=('08c0e7487777740b61cdd97949b69e8a5e2997d8c2fe6c7e175819eb18444506'
+sha256sums=('44b4c5fbbe257ccdebea18420212c9b3e90c3c86a54920d8554039fc6769a007'
             'SKIP')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e '/test-out-of-memory/d' -i test-suite/standalone/Makefile.am # Disable test known to fail https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966301
+  autoreconf -if
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr \



More information about the arch-commits mailing list