From 99c2678facb0e0fdb1c9f03370d812c65af09017 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 18 Nov 2023 14:26:40 +0000 Subject: [PATCH] core/texinfo to 7.1-2 --- core/texinfo/.SRCINFO | 4 ++-- core/texinfo/PKGBUILD | 4 ++-- core/texinfo/texinfo-install.hook | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/core/texinfo/.SRCINFO b/core/texinfo/.SRCINFO index 54bd19ee8..449533caa 100644 --- a/core/texinfo/.SRCINFO +++ b/core/texinfo/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = texinfo pkgdesc = GNU documentation system for on-line information and printed output pkgver = 7.1 - pkgrel = 1 + pkgrel = 2 url = https://www.gnu.org/software/texinfo/ arch = x86_64 license = GPL3 @@ -17,7 +17,7 @@ pkgbase = texinfo validpgpkeys = EAF669B31E31E1DECBD11513DDBC579DAB37FBA9 sha256sums = deeec9f19f159e046fdf8ad22231981806dac332cc372f1c763504ad82b30953 sha256sums = SKIP - sha256sums = 5409fc3aa8a35e8f3d901e96bc50c986f204d90ce6bface0a7d79d99b487f801 + sha256sums = beb0ff50bd8e8ca1d6e1c01e6a50352f9d25937c62822cf767a7b3d8f7374a9d sha256sums = 913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9 pkgname = texinfo diff --git a/core/texinfo/PKGBUILD b/core/texinfo/PKGBUILD index 77a318569..a644b0efd 100644 --- a/core/texinfo/PKGBUILD +++ b/core/texinfo/PKGBUILD @@ -8,7 +8,7 @@ pkgname=texinfo pkgver=7.1 -pkgrel=1 +pkgrel=2 pkgdesc='GNU documentation system for on-line information and printed output' arch=(x86_64) url='https://www.gnu.org/software/texinfo/' @@ -21,7 +21,7 @@ source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig} perl.patch) sha256sums=('deeec9f19f159e046fdf8ad22231981806dac332cc372f1c763504ad82b30953' 'SKIP' - '5409fc3aa8a35e8f3d901e96bc50c986f204d90ce6bface0a7d79d99b487f801' + 'beb0ff50bd8e8ca1d6e1c01e6a50352f9d25937c62822cf767a7b3d8f7374a9d' '913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9' 'c079f32e2b4fa0b6e4baab230943101435c15ad8417d171ac50587d16ed8d926') validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith diff --git a/core/texinfo/texinfo-install.hook b/core/texinfo/texinfo-install.hook index 04f5e5a91..e4e2c6146 100644 --- a/core/texinfo/texinfo-install.hook +++ b/core/texinfo/texinfo-install.hook @@ -7,5 +7,5 @@ Target = usr/share/info/* [Action] Description = Updating the info directory file... When = PostTransaction -Exec = /bin/sh -c 'while read -r f; do install-info "$f" /usr/share/info/dir 2> /dev/null; done' +Exec = /bin/sh -c 'while read -r f; do if test -f "$f"; then install-info "$f" /usr/share/info/dir 2> /dev/null; fi; done' NeedsTargets