diff --git a/bison/.signature b/bison/.signature index bbaec0e2..48314112 100644 --- a/bison/.signature +++ b/bison/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqhCczUa/YXFKz1/6uVlHA7KQK/25iUxisWLkox0BnON2pXTkEv2gjPSqmEt+574IuaMbop8lM1Odti/tK+onCAc= -SHA256 (Pkgfile) = 0f760b6c01d6b7ad599c97dff7a3c29a17534914c2de9c5d504818c20b144167 +RWRJc1FUaeVeqsoETV4Ktpg5auy8RugFSniyg9anOp5Hd4ZU0j36cxrS6LjMyEYxzrsbyxZIJlx2iQoy8/SCd0H6RJ4wb6YS/go= +SHA256 (Pkgfile) = 4572f62f8429b8929a19e314f75d05e99fc4453624183012858aa54cc0ed67fb SHA256 (.footprint) = 64194b95f8bc492ef2d9a4e44520a3ad4f9958bbe275f59957c512b52e85a124 -SHA256 (bison-3.7.5.tar.xz) = e8c53bc5bc396d636622d0f25e31ca92fd53f00b09629f13ef540d564a6b31ab +SHA256 (bison-3.7.6.tar.xz) = 67d68ce1e22192050525643fc0a7a22297576682bef6a5c51446903f5aeef3cf diff --git a/bison/Pkgfile b/bison/Pkgfile index 60812c39..f49302c1 100644 --- a/bison/Pkgfile +++ b/bison/Pkgfile @@ -1,18 +1,18 @@ # Description: The GNU Project parser generator -# URL: https://www.gnu.org/software/bison/ -# Maintainer: CRUX System Team, core-ports at crux dot nu -# Depends on: gettext +# URL: https://www.gnu.org/software/bison/ +# Maintainer: CRUX System Team, core-ports at crux dot nu +# Depends on: gettext name=bison -version=3.7.5 +version=3.7.6 release=1 source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { - cd $name-$version - ./configure --prefix=/usr --disable-nls - make - make DESTDIR=$PKG install - rm -r $PKG/usr/share/{doc,info} - rm $PKG/usr/share/bison/{README.md,skeletons/README-D.txt} + cd $name-$version + ./configure --prefix=/usr --disable-nls + make + make DESTDIR=$PKG install + rm -r $PKG/usr/share/{doc,info} + rm $PKG/usr/share/bison/{README.md,skeletons/README-D.txt} }