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

Alexander Rødseth arodseth at archlinux.org
Thu Jun 21 10:44:06 UTC 2018


    Date: Thursday, June 21, 2018 @ 10:44:05
  Author: arodseth
Revision: 344297

upgpkg: gauche 0.9.5-4

Modified:
  gauche/trunk/PKGBUILD
  gauche/trunk/gauche.install

----------------+
 PKGBUILD       |   18 +++++++-----------
 gauche.install |    2 ++
 2 files changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-21 09:04:42 UTC (rev 344296)
+++ PKGBUILD	2018-06-21 10:44:05 UTC (rev 344297)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# 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>
@@ -6,22 +6,18 @@
 
 pkgname=gauche
 pkgver=0.9.5
-pkgrel=3
+pkgrel=4
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
-depends=('slib' 'libatomic_ops')
+depends=('libatomic_ops' 'slib')
 license=('BSD')
 arch=('x86_64')
 install=$pkgname.install
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz")
-sha512sums=('6d853d734c7a56a86f0015b1bfef378803d6acc1e0405ed841eab5afc08d1edef736d85df10c86d75fd5fb6b2def684bb1f2095a019133b9f497192f5511197a')
+sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c')
 
-prepare() {
-  ln -sf "Gauche-$pkgver" "$pkgname-$pkgver"
-}
-
 build() {
-  cd "$pkgname-$pkgver"
+  cd "Gauche-$pkgver"
 
   ./configure --enable-multibyte=utf-8 --prefix=/usr
   make
@@ -28,7 +24,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "Gauche-$pkgver"
 
   make DESTDIR="$pkgdir" install-pkg install-doc
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
@@ -35,4 +31,4 @@
 }
 
 # getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:

Modified: gauche.install
===================================================================
--- gauche.install	2018-06-21 09:04:42 UTC (rev 344296)
+++ gauche.install	2018-06-21 10:44:05 UTC (rev 344297)
@@ -19,3 +19,5 @@
     install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
   done
 }
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list