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

Levente Polyak anthraxx at archlinux.org
Sun Jan 10 16:29:19 UTC 2021


    Date: Sunday, January 10, 2021 @ 16:29:19
  Author: anthraxx
Revision: 817096

upgpkg: byacc 20210109-1

Modified:
  byacc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 16:28:03 UTC (rev 817095)
+++ PKGBUILD	2021-01-10 16:29:19 UTC (rev 817096)
@@ -5,7 +5,7 @@
 # Contributor: Anton Bazhenov <anton.bazhenov at gmail>
 
 pkgname=byacc
-pkgver=20191103
+pkgver=20210109
 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=('247cf5469da618733a9ce8d2f079e56ef485354c4fce462014ac9d3108ebf7eccb0147a3e005374a541895eff28b9a63f5f840a7576a26cb23ab34d968a2d05c'
+sha512sums=('95eafe81948fee1839fed8fff71d65c23d85de02af51672c118b2eed7c680f0dd300cec54cf366a248307c480844edc66a027575b29e20ef2f71f3c243ad5202'
             'SKIP')
 validpgpkeys=('C52048C0C0748FEE227D47A2702353E0F7E48EDB') # Thomas Dickey <dickey at invisible-island.net>
 
@@ -24,7 +24,8 @@
   ./configure \
     --prefix=/usr \
     --mandir=/usr/share/man \
-    --program-transform=s,^,b,
+    --program-transform=s,^,b, \
+    --enable-btyacc
   make
 }
 
@@ -31,6 +32,7 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
+  install -Dm 644 README -t "${pkgdir}/usr/share/doc/${pkgname}"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
 }
 



More information about the arch-commits mailing list