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

Lukas Fleischer lfleischer at archlinux.org
Wed Feb 3 20:57:22 UTC 2016


    Date: Wednesday, February 3, 2016 @ 21:57:21
  Author: lfleischer
Revision: 258856

upgpkg: libbsd 0.8.2-1

Upstream update.

Modified:
  libbsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-03 19:00:28 UTC (rev 258855)
+++ PKGBUILD	2016-02-03 20:57:21 UTC (rev 258856)
@@ -3,7 +3,7 @@
 # Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
 
 pkgname=libbsd
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc='Provides useful functions commonly found on BSD systems like strlcpy()'
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 options=('staticlibs')
 source=("http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.asc})
-md5sums=('f3daff0283af6e30f25d68be2deac4ef'
+md5sums=('cdee252ccff978b50ad2336278c506c9'
          'SKIP')
 validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
 
@@ -25,7 +25,7 @@
 
 check() {
   cd "$pkgname-$pkgver"
-  make -j1 check
+  make check
 }
 
 package() {



More information about the arch-commits mailing list