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

Alexander Rødseth arodseth at archlinux.org
Wed Jul 18 14:30:52 UTC 2018


    Date: Wednesday, July 18, 2018 @ 14:30:51
  Author: arodseth
Revision: 361996

upgpkg: gauche 0.9.6-1

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

----------------+
 PKGBUILD       |    7 +++----
 gauche.install |   23 -----------------------
 2 files changed, 3 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 14:24:39 UTC (rev 361995)
+++ PKGBUILD	2018-07-18 14:30:51 UTC (rev 361996)
@@ -5,16 +5,15 @@
 # Contributor: nkoizu <nkoizu at gmail.com>
 
 pkgname=gauche
-pkgver=0.9.5
-pkgrel=4
+pkgver=0.9.6
+pkgrel=1
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
 depends=('libatomic_ops' 'slib')
 license=('BSD')
 arch=('x86_64')
-install=$pkgname.install
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz")
-sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c')
+sha256sums=('cd8928630d63b8043842a0526fbfb8f5f3c720b0d0ace81851e266ddfde69caf')
 
 build() {
   cd "Gauche-$pkgver"

Deleted: gauche.install
===================================================================
--- gauche.install	2018-07-18 14:24:39 UTC (rev 361995)
+++ gauche.install	2018-07-18 14:30:51 UTC (rev 361996)
@@ -1,23 +0,0 @@
-infodir=/usr/share/info
-filelist=(gauche-refe.info gauche-refj.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-  /usr/bin/gosh -ftest -uslib -E"require 'new-catalog" -Eexit;
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-    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