Date: Tuesday, January 4, 2022 @ 19:00:22 Author: andyrtr Revision: 433417
upgpkg: libpipeline 1.5.5-1: upstream update 1.5.5 Modified: libpipeline/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-04 17:51:28 UTC (rev 433416) +++ PKGBUILD 2022-01-04 19:00:22 UTC (rev 433417) @@ -1,7 +1,7 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=libpipeline -pkgver=1.5.4 +pkgver=1.5.5 pkgrel=1 pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way" arch=('x86_64') @@ -10,10 +10,11 @@ depends=('glibc') # https://gitlab.com/cjwatson/libpipeline source=(https://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.asc}) -sha256sums=('db785bddba0a37ef14b4ef82ae2d18b8824e6983dfb9910319385e28df3f1a9c' +sha256sums=('0c8367f8b82bb721b50647a647115b6e62a37e3b2e954a9685e4d933f30c00cc' 'SKIP') #validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson <[email protected]> -validpgpkeys=('87317259431038049C92C139F6DD330210FA4CD1') # "Colin Watson <[email protected]>" +#validpgpkeys=('87317259431038049C92C139F6DD330210FA4CD1') # "Colin Watson <[email protected]>" +validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # "Colin Watson <[email protected]>" build() { cd $pkgname-$pkgver
