core/texinfo to 7.1-2

This commit is contained in:
Kevin Mihelich 2023-11-18 14:26:40 +00:00
parent b52facf9bd
commit 99c2678fac
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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

View file

@ -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