[arch-commits] Commit in texinfo/trunk (PKGBUILD texinfo-remove.hook)

Allan McRae allan at archlinux.org
Wed Apr 27 14:32:36 UTC 2016


    Date: Wednesday, April 27, 2016 @ 16:32:36
  Author: allan
Revision: 266216

upgpkg: texinfo 6.1-3

fix removal hook

Modified:
  texinfo/trunk/PKGBUILD
  texinfo/trunk/texinfo-remove.hook

---------------------+
 PKGBUILD            |    4 ++--
 texinfo-remove.hook |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-27 13:07:22 UTC (rev 266215)
+++ PKGBUILD	2016-04-27 14:32:36 UTC (rev 266216)
@@ -5,7 +5,7 @@
 
 pkgname=texinfo
 pkgver=6.1
-pkgrel=2
+pkgrel=3
 pkgdesc='GNU documentation system for on-line information and printed output'
 arch=('i686' 'x86_64')
 url='http://www.gnu.org/software/texinfo/'
@@ -20,7 +20,7 @@
          'SKIP'
          '8bfaa21315a8a6184811de8478005d22'
          '9a98fb162650ff3065f9a4ebec22db36'
-         '988aee415c7302238e0cf1f3c8c42e2c')
+         '5590fb3ef9ec309c98f5a4d85eca49da')
 validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
 
 prepare() {

Modified: texinfo-remove.hook
===================================================================
--- texinfo-remove.hook	2016-04-27 13:07:22 UTC (rev 266215)
+++ texinfo-remove.hook	2016-04-27 14:32:36 UTC (rev 266216)
@@ -5,6 +5,6 @@
 
 [Action]
 Description = Removing old entries from the info directory file...
-When = PostTransaction
+When = PreTransaction
 Exec = /bin/sh -c 'while read -r f; do install-info --delete "$f" /usr/share/info/dir 2> /dev/null; done'
 NeedsTargets



More information about the arch-commits mailing list