* update libpipeline to 1.5.8-1
This commit is contained in:
parent
14bd3ef290
commit
c5aab57528
19
libpipeline/.SRCINFO
Normal file
19
libpipeline/.SRCINFO
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
pkgbase = libpipeline
|
||||||
|
pkgdesc = a C library for manipulating pipelines of subprocesses in a flexible and convenient way
|
||||||
|
pkgver = 1.5.8
|
||||||
|
pkgrel = 1
|
||||||
|
url = https://nongnu.org/libpipeline/
|
||||||
|
arch = x86_64
|
||||||
|
arch = powerpc64le
|
||||||
|
arch = powerpc64
|
||||||
|
arch = powerpc
|
||||||
|
arch = riscv64
|
||||||
|
license = GPL-3.0-or-later
|
||||||
|
depends = glibc
|
||||||
|
source = https://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.5.8.tar.gz
|
||||||
|
source = https://download.savannah.gnu.org/releases/libpipeline/libpipeline-1.5.8.tar.gz.asc
|
||||||
|
validpgpkeys = AC0A4FF12611B6FCCF01C111393587D97D86500B
|
||||||
|
sha256sums = 1b1203ca152ccd63983c3f2112f7fe6fa5afd453218ede5153d1b31e11bb8405
|
||||||
|
sha256sums = SKIP
|
||||||
|
|
||||||
|
pkgname = libpipeline
|
4
libpipeline/.nvchecker.toml
Normal file
4
libpipeline/.nvchecker.toml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
[libpipeline]
|
||||||
|
source = "gitlab"
|
||||||
|
gitlab = "libpipeline/libpipeline"
|
||||||
|
use_max_tag = true
|
@ -2,8 +2,8 @@
|
|||||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||||
|
|
||||||
pkgname=libpipeline
|
pkgname=libpipeline
|
||||||
pkgver=1.5.7
|
pkgver=1.5.8
|
||||||
pkgrel=2.1
|
pkgrel=1
|
||||||
pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way"
|
pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://nongnu.org/libpipeline/"
|
url="https://nongnu.org/libpipeline/"
|
||||||
@ -11,7 +11,7 @@ license=('GPL-3.0-or-later')
|
|||||||
depends=('glibc')
|
depends=('glibc')
|
||||||
# https://gitlab.com/cjwatson/libpipeline
|
# https://gitlab.com/cjwatson/libpipeline
|
||||||
source=(https://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.asc})
|
source=(https://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.asc})
|
||||||
sha256sums=('b8b45194989022a79ec1317f64a2a75b1551b2a55bea06f67704cb2a2e4690b0'
|
sha256sums=('1b1203ca152ccd63983c3f2112f7fe6fa5afd453218ede5153d1b31e11bb8405'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
#validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson <cjwatson@debian.org>
|
#validpgpkeys=('AC0A4FF12611B6FCCF01C111393587D97D86500B') # Colin Watson <cjwatson@debian.org>
|
||||||
#validpgpkeys=('87317259431038049C92C139F6DD330210FA4CD1') # "Colin Watson <cjwatson@flatline.org.uk>"
|
#validpgpkeys=('87317259431038049C92C139F6DD330210FA4CD1') # "Colin Watson <cjwatson@flatline.org.uk>"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user