Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
bison
Commits:
10387566 by Tobias Powalowski at 2024-09-08T17:43:43+02:00
upgpkg: 3.8.2-8: rebuild against gettext, update license, refactor PKGBUILD
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,18 @@
pkgbase = bison
pkgdesc = The GNU general-purpose parser generator
pkgver = 3.8.2
- pkgrel = 7
+ pkgrel = 8
url = https://www.gnu.org/software/bison/bison.html
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
+ depends = gettext
depends = glibc
depends = m4
depends = sh
- depends = gettext
source = https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz
source = https://ftp.gnu.org/gnu/bison/bison-3.8.2.tar.xz.sig
validpgpkeys = 7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E
- sha512sums =
d4d23af6671406e97257892f90651b67f2ab95219831372be032190b7156c10a3435d457857e677445df8b2327aacccc15344acbbc3808a6f332a93cce23b444
- sha512sums = SKIP
+ b2sums =
e211b61494c911f55b72a8b70b5a48cdf4000ce9e675a1f1f52735bb8f57d93a3f8075341451263af9c9c531004907ae2b62b1873e7e4664c2cd26fa3b12271c
+ b2sums = SKIP
pkgname = bison
=====================================
PKGBUILD
=====================================
@@ -4,15 +4,20 @@
pkgname=bison
pkgver=3.8.2
-pkgrel=7
+pkgrel=8
pkgdesc="The GNU general-purpose parser generator"
arch=('x86_64')
-license=('GPL3')
+license=('GPL-3.0-or-later')
url="https://www.gnu.org/software/bison/bison.html"
-depends=('glibc' 'm4' 'sh' 'gettext')
+depends=(
+ gettext
+ glibc
+ m4
+ sh
+)
source=("https://ftp.gnu.org/gnu/bison/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha512sums=('d4d23af6671406e97257892f90651b67f2ab95219831372be032190b7156c10a3435d457857e677445df8b2327aacccc15344acbbc3808a6f332a93cce23b444'
- 'SKIP')
+b2sums=('e211b61494c911f55b72a8b70b5a48cdf4000ce9e675a1f1f52735bb8f57d93a3f8075341451263af9c9c531004907ae2b62b1873e7e4664c2cd26fa3b12271c'
+ 'SKIP')
validpgpkeys=('7DF84374B1EE1F9764BBE25D0DDCAA3278D5264E') # Akim Demaille
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bison/-/commit/103875663ff2d53df1a13b2bf0663ebf230502d5
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bison/-/commit/103875663ff2d53df1a13b2bf0663ebf230502d5
You're receiving this email because of your account on gitlab.archlinux.org.