summaryrefslogtreecommitdiff
path: root/core/libpipeline/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/libpipeline/PKGBUILD')
-rw-r--r--core/libpipeline/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/libpipeline/PKGBUILD b/core/libpipeline/PKGBUILD
index f2f2fe2c7..0cb892648 100644
--- a/core/libpipeline/PKGBUILD
+++ b/core/libpipeline/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 197825 2013-10-30 11:05:08Z allan $
+# $Id: PKGBUILD 202643 2013-12-23 07:54:41Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=libpipeline
-pkgver=1.2.4
+pkgver=1.2.6
pkgrel=1
pkgdesc="a C library for manipulating pipelines of subprocesses in a flexible and convenient way"
arch=('i686' 'x86_64')
@@ -10,21 +10,21 @@ url="http://libpipeline.nongnu.org/"
license=('GPL')
depends=('glibc')
source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('a98b07f6f487fa268d1ebd99806b85ff'
+md5sums=('6d1d51a5dc102af41e0d269d2a31e6f9'
'SKIP')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr
make
}
check() {
- cd "$srcdir/$pkgname-$pkgver"
- make -k check
+ cd $pkgname-$pkgver
+ make check
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir/" install
}