[arch-commits] Commit in texinfo/trunk (3 files)
Andreas Radke
andyrtr at archlinux.org
Sun Apr 26 10:55:26 UTC 2020
Date: Sunday, April 26, 2020 @ 10:55:25
Author: andyrtr
Revision: 381601
upgpkg: texinfo 6.7-3: alpm-hooks should use Type = Path, not File
Modified:
texinfo/trunk/PKGBUILD
texinfo/trunk/texinfo-install.hook
texinfo/trunk/texinfo-remove.hook
----------------------+
PKGBUILD | 6 +++---
texinfo-install.hook | 2 +-
texinfo-remove.hook | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-26 10:41:16 UTC (rev 381600)
+++ PKGBUILD 2020-04-26 10:55:25 UTC (rev 381601)
@@ -4,7 +4,7 @@
pkgname=texinfo
pkgver=6.7
-pkgrel=2
+pkgrel=3
pkgdesc='GNU documentation system for on-line information and printed output'
arch=(x86_64)
url='https://www.gnu.org/software/texinfo/'
@@ -16,8 +16,8 @@
texinfo-remove.hook)
md5sums=('d4c5d8cc84438c5993ec5163a59522a6'
'SKIP'
- '9a98fb162650ff3065f9a4ebec22db36'
- '5590fb3ef9ec309c98f5a4d85eca49da')
+ '38b77649656db93b3c35f2e653ffc858'
+ '21205a4b3b5235649490600c739d3c1a')
validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
build() {
Modified: texinfo-install.hook
===================================================================
--- texinfo-install.hook 2020-04-26 10:41:16 UTC (rev 381600)
+++ texinfo-install.hook 2020-04-26 10:55:25 UTC (rev 381601)
@@ -1,5 +1,5 @@
[Trigger]
-Type = File
+Type = Path
Operation = Install
Operation = Upgrade
Target = usr/share/info/*
Modified: texinfo-remove.hook
===================================================================
--- texinfo-remove.hook 2020-04-26 10:41:16 UTC (rev 381600)
+++ texinfo-remove.hook 2020-04-26 10:55:25 UTC (rev 381601)
@@ -1,5 +1,5 @@
[Trigger]
-Type = File
+Type = Path
Operation = Remove
Target = usr/share/info/*
More information about the arch-commits
mailing list