summaryrefslogtreecommitdiff
path: root/core/libpipeline
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-09-20 01:37:39 -0700
committerroot <root@rshg054.dnsready.net>2012-09-20 01:37:39 -0700
commit005a14f92ef5d35e4c47d970cb7e69367a835958 (patch)
treec9e998e38c83fe1d0947a0ceec528b45b4aaa1f1 /core/libpipeline
parente8f387c8a45ee846f01fed02259d061d2d6e8d3d (diff)
Thu Sep 20 01:37:13 PDT 2012
Diffstat (limited to 'core/libpipeline')
-rw-r--r--core/libpipeline/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/libpipeline/PKGBUILD b/core/libpipeline/PKGBUILD
index d0dc71c6a..ee263b645 100644
--- a/core/libpipeline/PKGBUILD
+++ b/core/libpipeline/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 160243 2012-05-31 15:59:08Z andyrtr $
+# $Id: PKGBUILD 166835 2012-09-19 19:45:26Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@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 @@ license=('GPL')
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"