From d6324a25ab99c5d6e62764b53645abb4f6150398 Mon Sep 17 00:00:00 2001 From: kth5 Date: Mon, 23 Sep 2024 21:26:17 +0200 Subject: [PATCH] * update texinfo to 7.1.1-1 --- texinfo/.SRCINFO | 23 +++++++++++++++++++++++ texinfo/PKGBUILD | 6 +++--- 2 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 texinfo/.SRCINFO diff --git a/texinfo/.SRCINFO b/texinfo/.SRCINFO new file mode 100644 index 0000000000..a55c6551b1 --- /dev/null +++ b/texinfo/.SRCINFO @@ -0,0 +1,23 @@ +pkgbase = texinfo + pkgdesc = GNU documentation system for on-line information and printed output + pkgver = 7.1.1 + pkgrel = 1 + url = https://www.gnu.org/software/texinfo/ + arch = x86_64 + license = GPL3 + depends = ncurses + depends = gzip + depends = perl + depends = sh + optdepends = perl-archive-zip: EPUB file output via texi2any + source = https://ftp.gnu.org/pub/gnu/texinfo/texinfo-7.1.1.tar.xz + source = https://ftp.gnu.org/pub/gnu/texinfo/texinfo-7.1.1.tar.xz.sig + source = texinfo-install.hook + source = texinfo-remove.hook + validpgpkeys = EAF669B31E31E1DECBD11513DDBC579DAB37FBA9 + sha256sums = 31ae37e46283529432b61bee1ce01ed0090d599e606fc6a29dca1f77c76a6c82 + sha256sums = SKIP + sha256sums = beb0ff50bd8e8ca1d6e1c01e6a50352f9d25937c62822cf767a7b3d8f7374a9d + sha256sums = 913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9 + +pkgname = texinfo diff --git a/texinfo/PKGBUILD b/texinfo/PKGBUILD index ec740b2c7e..573e12af6c 100644 --- a/texinfo/PKGBUILD +++ b/texinfo/PKGBUILD @@ -5,8 +5,8 @@ # Contributor: Tom Newsom pkgname=texinfo -pkgver=7.1 -pkgrel=2 +pkgver=7.1.1 +pkgrel=1 pkgdesc='GNU documentation system for on-line information and printed output' arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) url='https://www.gnu.org/software/texinfo/' @@ -16,7 +16,7 @@ optdepends=('perl-archive-zip: EPUB file output via texi2any') source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig} texinfo-install.hook texinfo-remove.hook) -sha256sums=('deeec9f19f159e046fdf8ad22231981806dac332cc372f1c763504ad82b30953' +sha256sums=('31ae37e46283529432b61bee1ce01ed0090d599e606fc6a29dca1f77c76a6c82' 'SKIP' 'beb0ff50bd8e8ca1d6e1c01e6a50352f9d25937c62822cf767a7b3d8f7374a9d' '913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9')