summaryrefslogtreecommitdiff
path: root/core/libpipeline/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /core/libpipeline/PKGBUILD
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
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
}