[arch-commits] Commit in bison/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Sun Nov 4 09:34:00 UTC 2018
Date: Sunday, November 4, 2018 @ 09:34:00
Author: allan
Revision: 337809
upgpkg: bison 3.2-1
upstream update
Modified:
bison/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-04 06:21:47 UTC (rev 337808)
+++ PKGBUILD 2018-11-04 09:34:00 UTC (rev 337809)
@@ -3,7 +3,7 @@
# Contributor: Eric Belanger <eric at archlinux.org>
pkgname=bison
-pkgver=3.1
+pkgver=3.2
pkgrel=1
pkgdesc="The GNU general-purpose parser generator"
arch=('x86_64')
@@ -12,8 +12,9 @@
depends=('glibc' 'm4' 'sh')
groups=('base-devel')
source=("ftp://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('db7e431785ad96870bfa570a15cab079'
+md5sums=('35b07c9c7108d5aba9baff05b97cee3c'
'SKIP')
+
validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E') # Akim Demaille
build() {
@@ -25,7 +26,7 @@
check() {
cd "${srcdir}/${pkgname}-${pkgver}"
- make check
+ make -j1 check
}
package() {
More information about the arch-commits
mailing list