Date: Friday, April 26, 2013 @ 14:37:43 Author: andyrtr Revision: 183665
upgpkg: libpipeline 1.2.3-1 upstream update 1.2.3 Modified: libpipeline/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-04-26 12:12:30 UTC (rev 183664) +++ PKGBUILD 2013-04-26 12:37:43 UTC (rev 183665) @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=libpipeline -pkgver=1.2.2 +pkgver=1.2.3 pkgrel=1 pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way" arch=('i686' 'x86_64') @@ -10,8 +10,9 @@ license=('GPL') depends=('glibc') options=('!libtool') -source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz) -md5sums=('4367a3f598d171fd43dfa8620ed16d55') +source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig}) +md5sums=('f4866aa3a84f2852c78f87ff619dfc60' + 'SKIP') build() { cd "$srcdir/$pkgname-$pkgver"
