[arch-commits] Commit in libpipeline/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Sat Dec 21 13:24:58 UTC 2013


    Date: Saturday, December 21, 2013 @ 14:24:58
  Author: andyrtr
Revision: 202370

upgpkg: libpipeline 1.2.6-1

upstream update 1.2.6

Modified:
  libpipeline/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-21 13:18:31 UTC (rev 202369)
+++ PKGBUILD	2013-12-21 13:24:58 UTC (rev 202370)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke <andyrtr at archlinux.org>
 
 pkgname=libpipeline
-pkgver=1.2.5
+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 @@
 license=('GPL')
 depends=('glibc')
 source=(http://download.savannah.gnu.org/releases/libpipeline/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('8d159fbd72368526559799f38dd9b4c6'
+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
 }




More information about the arch-commits mailing list