From a45166fcd986a8850869be72ed4210ebb1c5f781 Mon Sep 17 00:00:00 2001 From: Joe Bo Run Date: Tue, 28 Mar 2023 00:25:51 +0300 Subject: [PATCH] upg texinfo --- texinfo/PKGBUILD | 15 ++++++++------- texinfo/PKGBUILD-arch | 6 +++--- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/texinfo/PKGBUILD b/texinfo/PKGBUILD index f78c362..da390ae 100644 --- a/texinfo/PKGBUILD +++ b/texinfo/PKGBUILD @@ -6,10 +6,9 @@ #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=texinfo -pkgver=7.0.2 -pkgrel=03 +pkgver=7.0.3 +pkgrel=01 pkgdesc='GNU documentation system for on-line information and printed output' -arch=(x86_64) url='https://www.gnu.org/software/texinfo/' groups=( jobbot ) depends=(ncurses gzip perl sh) @@ -39,17 +38,19 @@ package() { install -m644 texinfo-{install,remove}.hook "$pkgdir"/usr/share/libalpm/hooks/ } -#---- license gpg-key sha256sums ---- +#---- arch license gpg-key & sha256sums ---- + +arch=(x86_64) license=(GPL3) validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith -sha256sums=(f211ec3261383e1a89e4555a93b9d017fe807b9c3992fb2dff4871dae6da54ad # texinfo-7.0.2.tar.xz - b9516e44cb4b07ed7108bfb6f7be0de61c29425a1d8d9ea648ee6f40549e49d3 # texinfo-7.0.2.tar.xz.sig +sha256sums=(74b420d09d7f528e84f97aa330f0dd69a98a6053e7a4e01767eed115038807bf # texinfo-7.0.3.tar.xz + 730dfb0533f1ad47e5e0dd82eb2efa84c6626d5be26175d71f554a61d40f87f0 # texinfo-7.0.3.tar.xz.sig 5409fc3aa8a35e8f3d901e96bc50c986f204d90ce6bface0a7d79d99b487f801 # texinfo-install.hook 913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9) # texinfo-remove.hook -## 9e714c298fcee128cb2577db98f521f88d7470c4fb3d3544b2bf4adc2d7d8f69 texinfo-7.0.2-03-x86_64.pkg.tar.lz +## 634163c17cc11b4b3e213c2a34f1e5ef362b26cc076af80685f16e082877ae56 texinfo-7.0.3-01-x86_64.pkg.tar.lz diff --git a/texinfo/PKGBUILD-arch b/texinfo/PKGBUILD-arch index 8e5776a..371986f 100644 --- a/texinfo/PKGBUILD-arch +++ b/texinfo/PKGBUILD-arch @@ -4,8 +4,8 @@ # Contributor: Tom Newsom pkgname=texinfo -pkgver=7.0.2 -pkgrel=3 +pkgver=7.0.3 +pkgrel=1 pkgdesc='GNU documentation system for on-line information and printed output' arch=(x86_64) url='https://www.gnu.org/software/texinfo/' @@ -15,7 +15,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=('f211ec3261383e1a89e4555a93b9d017fe807b9c3992fb2dff4871dae6da54ad' +sha256sums=('74b420d09d7f528e84f97aa330f0dd69a98a6053e7a4e01767eed115038807bf' 'SKIP' '5409fc3aa8a35e8f3d901e96bc50c986f204d90ce6bface0a7d79d99b487f801' '913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9')