summaryrefslogtreecommitdiffstats
path: root/abs/core/libpipeline/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/libpipeline/PKGBUILD')
-rw-r--r--abs/core/libpipeline/PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/abs/core/libpipeline/PKGBUILD b/abs/core/libpipeline/PKGBUILD
index 4ba224b..ee263b6 100644
--- a/abs/core/libpipeline/PKGBUILD
+++ b/abs/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,12 +11,10 @@ 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"
- sed -i '/gets is a security hole/d' gnulib/lib/stdio.in.h
-
./configure --prefix=/usr
make
}