[arch-commits] Commit in slib/trunk (PKGBUILD slib-register.hook slib-unregister.hook)

Alexander Rødseth arodseth at archlinux.org
Tue Jan 21 12:24:45 UTC 2020


    Date: Tuesday, January 21, 2020 @ 12:24:44
  Author: arodseth
Revision: 553287

upgpkg: slib 3b5-4

Modified:
  slib/trunk/PKGBUILD
  slib/trunk/slib-register.hook
  slib/trunk/slib-unregister.hook

----------------------+
 PKGBUILD             |   14 +++++++-------
 slib-register.hook   |    2 +-
 slib-unregister.hook |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-21 11:49:26 UTC (rev 553286)
+++ PKGBUILD	2020-01-21 12:24:44 UTC (rev 553287)
@@ -1,22 +1,22 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Aaron Griffin <aaron at archlinux.org>
 # Contributor: David Moore <davidm at sjsoft.com>
 
 pkgname=slib
 pkgver=3b5
-pkgrel=3
+pkgrel=4
 pkgdesc='Library of functions for Scheme implementations'
-arch=('any')
+arch=(any)
 url='https://people.csail.mit.edu/jaffer/SLIB.html'
-license=('custom')
-depends=('guile')
-options=('emptydirs')
+license=(custom)
+depends=(guile)
+options=(emptydirs)
 source=("https://groups.csail.mit.edu/mac/ftpdir/scm/$pkgname-$pkgver.zip")
 sha256sums=('f8b64a9820c2ccbdb263a0cb7bcf4caadce0857fdf4e2f52111ca33b4a131760')
 
 prepare() {
   cd $pkgname
-  
+
   # Path fix
   sed -r -i 's,/usr/(local/)?lib/slib,/usr/share/slib,g' *.init
 

Modified: slib-register.hook
===================================================================
--- slib-register.hook	2020-01-21 11:49:26 UTC (rev 553286)
+++ slib-register.hook	2020-01-21 12:24:44 UTC (rev 553287)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Install
 Operation = Upgrade
 Target = usr/share/slib/register/*.sh

Modified: slib-unregister.hook
===================================================================
--- slib-unregister.hook	2020-01-21 11:49:26 UTC (rev 553286)
+++ slib-unregister.hook	2020-01-21 12:24:44 UTC (rev 553287)
@@ -1,5 +1,5 @@
 [Trigger]
-Type = File
+Type = Path
 Operation = Upgrade
 Operation = Remove
 Target = usr/share/slib/unregister/*.sh



More information about the arch-commits mailing list