diff options
author | James Meyer <james.meyer@operamail.com> | 2012-12-07 15:08:48 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-12-07 15:08:48 (GMT) |
commit | df141fca0562139341fdfbbaa330d9d46c52c1b5 (patch) | |
tree | 18f3d4f3e19ee0f34a11f7ba2ab1aadd7a01bed4 /abs/core | |
parent | 6fc156e71ae3451240157a8c1a47481538b144ec (diff) | |
download | linhes_pkgbuild-df141fca0562139341fdfbbaa330d9d46c52c1b5.zip linhes_pkgbuild-df141fca0562139341fdfbbaa330d9d46c52c1b5.tar.gz linhes_pkgbuild-df141fca0562139341fdfbbaa330d9d46c52c1b5.tar.bz2 |
libpipeline 1.2.2
Diffstat (limited to 'abs/core')
-rw-r--r-- | abs/core/libpipeline/PKGBUILD | 8 | ||||
-rw-r--r-- | abs/core/libpipeline/__changelog | 2 |
2 files changed, 3 insertions, 7 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 } diff --git a/abs/core/libpipeline/__changelog b/abs/core/libpipeline/__changelog deleted file mode 100644 index e43f0c1..0000000 --- a/abs/core/libpipeline/__changelog +++ /dev/null @@ -1,2 +0,0 @@ - '/gets is a security hole/d' gnulib/lib/stdio.in.h - |