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

Alexander Rødseth arodseth at archlinux.org
Thu May 27 14:35:29 UTC 2021


    Date: Thursday, May 27, 2021 @ 14:35:29
  Author: arodseth
Revision: 949045

upgpkg: gauche 0.9.10-3

Modified:
  gauche/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-27 14:34:42 UTC (rev 949044)
+++ PKGBUILD	2021-05-27 14:35:29 UTC (rev 949045)
@@ -5,19 +5,18 @@
 
 pkgname=gauche
 pkgver=0.9.10
-pkgrel=2
+pkgrel=3
 url='https://practical-scheme.net/gauche/'
+arch=(x86_64)
 pkgdesc='R7RS Scheme implementation (includes gosh)'
 depends=(libatomic_ops libxcrypt slib)
 makedepends=(autoconf gauche git)
 license=(BSD)
-arch=(x86_64)
-# gauche tag: release0_9_10
-source=("git+https://github.com/shirok/Gauche#commit=d028d2e291957b066572aae4a76dbd7a75a528d7")
-sha256sums=('SKIP')
+source=("$pkgname::git+https://github.com/shirok/Gauche#commit=d028d2e291957b066572aae4a76dbd7a75a528d7") # tag: release0_9_10
+b2sums=(SKIP)
 
 build() {
-  cd Gauche
+  cd $pkgname
   export BUILD_GOSH=/usr/bin/gosh
   ./DIST gen
   ./configure --prefix=/usr --with-slib=/usr/share/slib
@@ -25,9 +24,10 @@
 }
 
 package() {
-  cd Gauche
+  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
 }
 
 # getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes



More information about the arch-commits mailing list