[arch-commits] Commit in byacc/trunk (PKGBUILD)
Levente Polyak
anthraxx at archlinux.org
Mon Jul 1 20:45:12 UTC 2019
Date: Monday, July 1, 2019 @ 20:45:10
Author: anthraxx
Revision: 487198
upgpkg: byacc 20190617-1
Modified:
byacc/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-01 20:43:47 UTC (rev 487197)
+++ PKGBUILD 2019-07-01 20:45:10 UTC (rev 487198)
@@ -5,7 +5,7 @@
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
pkgname=byacc
-pkgver=20180609
+pkgver=20190617
pkgrel=1
pkgdesc='Berkeley reimplementation of the Unix parser generator Yacc'
url='https://invisible-island.net/byacc/'
@@ -14,7 +14,7 @@
depends=('glibc')
replaces=('byacc-noconflict')
source=(ftp://ftp.invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz{,.asc})
-sha512sums=('45aa6de839ca23385ab832685fdaa49225dcde6a40bdb990eefde8ab1be2cfe063875072e844629ac91e9533e6e310fa0bb8a6bd01e246a1cefc67bbc3c175f9'
+sha512sums=('79d04d7aa976e8b4e1bbd69f75ac1f0dbe005b1a7b072ce5ef75c877e8ece043e4adf48645c10ef036ee02de639b56b9befebb34f6e46cac1a59f8f641cc7cc8'
'SKIP')
validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey <dickey at invisible-island.net>
@@ -21,7 +21,10 @@
build() {
cd ${pkgname}-${pkgver}
sed -n '/is distributed/,/distributed freely/p' README > LICENSE
- ./configure --prefix=/usr --mandir=/usr/share/man --program-transform=s,^,b,
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/share/man \
+ --program-transform=s,^,b,
make
}
More information about the arch-commits
mailing list