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

Alexander Rødseth arodseth at gemini.archlinux.org
Thu Aug 4 12:11:06 UTC 2022


    Date: Thursday, August 4, 2022 @ 12:11:05
  Author: arodseth
Revision: 1260265

upgpkg: gauche 0.9.12-1

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-04 11:56:03 UTC (rev 1260264)
+++ PKGBUILD	2022-08-04 12:11:05 UTC (rev 1260265)
@@ -4,8 +4,8 @@
 # Contributor: nkoizu <nkoizu at gmail.com>
 
 pkgname=gauche
-pkgver=0.9.11
-pkgrel=3
+pkgver=0.9.12
+pkgrel=1
 url='https://practical-scheme.net/gauche/'
 arch=(x86_64)
 pkgdesc='R7RS Scheme implementation (includes gosh)'
@@ -12,8 +12,8 @@
 depends=(libatomic_ops libxcrypt slib)
 makedepends=(autoconf gauche git)
 license=(BSD)
-source=("$pkgname::git+https://github.com/shirok/Gauche#commit=83322b0b67aa543c23e1e255b96a7622e2ce7c1f") # tag: release_0_9_11
-b2sums=(SKIP)
+source=("$pkgname::git+https://github.com/shirok/Gauche#commit=950943ffcd6a2b88322855cb0f6d01e2ac6cfbdf") # tag: v0.9.12
+b2sums=('SKIP')
 
 build() {
   cd $pkgname
@@ -20,7 +20,7 @@
   BUILD_GOSH=/usr/bin/gosh
   CFLAGS+=' -ffat-lto-objects -w'
   ./DIST gen
-  ./configure --prefix=/usr --with-slib=/usr/share/slib
+  ./configure --prefix=/usr --with-slib=/usr/share/slib --with-tls
   make
 }
 
@@ -28,7 +28,8 @@
   cd $pkgname
   make DESTDIR="$pkgdir" install-pkg install-doc
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  touch -d '17 May 2021 10:10' "$pkgdir"/usr/share/info/gauche-ref*info*.gz
+  # Fix info page dates
+  touch -d '4 Aug 2022 10:10' "$pkgdir"/usr/share/info/gauche-ref*info*.gz
 }
 
 # getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes



More information about the arch-commits mailing list