[arch-commits] Commit in libbsd/trunk (PKGBUILD)
Lukas Fleischer
lfleischer at archlinux.org
Thu Jan 7 06:39:02 UTC 2016
Date: Thursday, January 7, 2016 @ 07:39:01
Author: lfleischer
Revision: 257597
upgpkg: libbsd 0.8.1-1
Upstream update.
Modified:
libbsd/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-07 05:15:29 UTC (rev 257596)
+++ PKGBUILD 2016-01-07 06:39:01 UTC (rev 257597)
@@ -3,7 +3,7 @@
# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
pkgname=libbsd
-pkgver=0.8.0
+pkgver=0.8.1
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=('262bdd1aa3bee6066a8c9cb49bb6c584'
+md5sums=('f3daff0283af6e30f25d68be2deac4ef'
'SKIP')
validpgpkeys=('4F3E74F436050C10F5696574B972BF3EA4AE57A3') # Guillem Jover
@@ -25,7 +25,7 @@
check() {
cd "$pkgname-$pkgver"
- make check
+ make -j1 check
}
package() {
More information about the arch-commits
mailing list