summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-05-10 13:49:32 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-05-10 13:49:32 +0200
commit09dea20d0ca4b034a72f66c2bb22caa976ce1f85 (patch)
tree936d721a591ceb57c16d769ab0f755514879ed9b /core
parentcdbd7308d16cb249715cce9bedf8b809f2576804 (diff)
parentfc7ee6f5a358c428577ae4e6217ff594a3e45ad3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/gliv/PKGBUILD community/yaml-cpp0.3/PKGBUILD extra/ecore/PKGBUILD extra/edje/PKGBUILD extra/elementary/PKGBUILD extra/embryo/PKGBUILD extra/emotion/PKGBUILD extra/ethumb/PKGBUILD extra/kdepim/PKGBUILD extra/php/PKGBUILD extra/qtiplot/PKGBUILD extra/xfce4-mixer/PKGBUILD
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 6691c7042..54583c02b 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' 'mips64el')
@@ -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"