Date: Tuesday, September 18, 2012 @ 14:11:32 Author: andyrtr Revision: 166761
upgpkg: libpipeline 1.2.2-1 upstream update 1.2.2 Modified: libpipeline/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-09-18 17:56:55 UTC (rev 166760) +++ PKGBUILD 2012-09-18 18:11:32 UTC (rev 166761) @@ -2,7 +2,7 @@ # Maintainer: Andreas Radke <andy...@archlinux.org> pkgname=libpipeline -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ depends=('glibc') options=('!libtool') source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz) -md5sums=('20896c919eca4acb3d2f13012fb7ba02') +md5sums=('4367a3f598d171fd43dfa8620ed16d55') build() { cd "$srcdir/$pkgname-$pkgver"