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

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 30 12:35:55 UTC 2021


    Date: Thursday, September 30, 2021 @ 12:35:55
  Author: arojas
Revision: 424899

Update to 3.8.2, add missing gettext dependency

Modified:
  bison/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-30 12:06:01 UTC (rev 424898)
+++ PKGBUILD	2021-09-30 12:35:55 UTC (rev 424899)
@@ -3,16 +3,16 @@
 # Contributor: Eric Belanger <eric at archlinux.org>
 
 pkgname=bison
-pkgver=3.8.1
+pkgver=3.8.2
 pkgrel=1
 pkgdesc="The GNU general-purpose parser generator"
 arch=('x86_64')
 license=('GPL3')
 url="https://www.gnu.org/software/bison/bison.html"
-depends=('glibc' 'm4' 'sh')
+depends=('glibc' 'm4' 'sh' 'gettext')
 groups=('base-devel')
 source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('f87978c41eca4db22de4f64feb3be92e44862d412f75dd84980045faf0f9e7f5a41b25bef8d4acd90743638eab61a7ac111444969d958fef5fe3535bac416921'
+sha512sums=('d4d23af6671406e97257892f90651b67f2ab95219831372be032190b7156c10a3435d457857e677445df8b2327aacccc15344acbbc3808a6f332a93cce23b444'
             'SKIP')
 validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E')  # Akim Demaille
 



More information about the arch-commits mailing list