[arch-commits] Commit in gauche/repos/community-testing-x86_64 (PKGBUILD PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Dec 25 21:09:17 UTC 2020


    Date: Friday, December 25, 2020 @ 21:09:16
  Author: arodseth
Revision: 791005

archrelease: copy trunk to community-testing-x86_64

Added:
  gauche/repos/community-testing-x86_64/PKGBUILD
    (from rev 791004, gauche/trunk/PKGBUILD)
Deleted:
  gauche/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-25 21:09:11 UTC (rev 791004)
+++ PKGBUILD	2020-12-25 21:09:16 UTC (rev 791005)
@@ -1,34 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Motohiro Ueki <ueki.com at gmail.com>
-# Contributor: nkoizu <nkoizu at gmail.com>
-
-pkgname=gauche
-pkgver=0.9.9
-pkgrel=2
-url='https://practical-scheme.net/gauche/'
-pkgdesc='R7RS Scheme implementation (includes gosh)'
-depends=(libatomic_ops libxcrypt slib)
-makedepends=(autoconf gauche git)
-license=(BSD)
-arch=(x86_64)
-# gauche tag: release0_9_9
-source=("git+https://github.com/shirok/Gauche#commit=b9a861bdbc354cf5a357fe0b2cfc05e7cbd99ab9")
-sha256sums=('SKIP')
-
-build() {
-  cd Gauche
-  export BUILD_GOSH=/usr/bin/gosh
-  ./DIST gen
-  ./configure --prefix=/usr --with-slib=/usr/share/slib
-  make
-}
-
-package() {
-  cd Gauche
-  make DESTDIR="$pkgdir" install-pkg install-doc
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
-# vim: ts=2 sw=2 et:

Copied: gauche/repos/community-testing-x86_64/PKGBUILD (from rev 791004, gauche/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-12-25 21:09:16 UTC (rev 791005)
@@ -0,0 +1,33 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Motohiro Ueki <ueki.com at gmail.com>
+# Contributor: nkoizu <nkoizu at gmail.com>
+
+pkgname=gauche
+pkgver=0.9.10
+pkgrel=2
+url='https://practical-scheme.net/gauche/'
+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')
+
+build() {
+  cd Gauche
+  export BUILD_GOSH=/usr/bin/gosh
+  ./DIST gen
+  ./configure --prefix=/usr --with-slib=/usr/share/slib
+  make
+}
+
+package() {
+  cd Gauche
+  make DESTDIR="$pkgdir" install-pkg install-doc
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes



More information about the arch-commits mailing list