summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-10 01:10:31 -0700
committerroot <root@rshg054.dnsready.net>2013-05-10 01:10:31 -0700
commitfc7ee6f5a358c428577ae4e6217ff594a3e45ad3 (patch)
tree6ef5bc2d994954809f833756dd63eeed03cbd5c9 /core
parent648599b08776ea788a3ddb0365eb30fda03efe7b (diff)
Fri May 10 01:10:30 PDT 2013
Diffstat (limited to 'core')
-rw-r--r--core/libpipeline/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/libpipeline/PKGBUILD b/core/libpipeline/PKGBUILD
index ee263b645..758228297 100644
--- a/core/libpipeline/PKGBUILD
+++ b/core/libpipeline/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 166835 2012-09-19 19:45:26Z andyrtr $
+# $Id: PKGBUILD 184997 2013-05-09 19:48:45Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
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 @@ url="http://libpipeline.nongnu.org/"
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"