Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages /
coreutils
Commits:
9c48977c by Tobias Powalowski at 2025-04-09T16:10:48+02:00
upgpkg: 9.7-1: update to latest version
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = coreutils
pkgdesc = The basic file, shell and text manipulation utilities of the
GNU operating system
- pkgver = 9.6
- pkgrel = 4
+ pkgver = 9.7
+ pkgrel = 1
url = https://www.gnu.org/software/coreutils/
arch = x86_64
license = GPL-3.0-or-later
@@ -16,14 +16,10 @@ pkgbase = coreutils
depends = gmp
depends = libcap
depends = openssl
- source =
git+https://git.savannah.gnu.org/git/coreutils.git?signed#tag=v9.6
+ source =
git+https://git.savannah.gnu.org/git/coreutils.git?signed#tag=v9.7
source = git+https://git.savannah.gnu.org/git/gnulib.git
- source = coreutils-9.6-fix-ls-crash.patch
- source = coreutils-9.6-cat-crash.patch
validpgpkeys = 6C37DC12121A5006BC1DB804DF6FD971306037D9
- b2sums =
8d8ee559af5401564314c87e6b2affb670d6de59546b23dab3fa5235d6d3c71f841f91dcb6daf9bf38db25ebc3c21db4f9a536568744fabe3d02bcf9430c90ca
+ b2sums =
9c18801f93853f6f78919f79ce84256260e9f5fa5f496e73ac8b9e2c66106cdcd808fe971f6c064cf4f9a97aae4dd4afc97126a8ac89b59497557f89a3734bab
b2sums = SKIP
- b2sums =
d365086f33ffd770c8f457348561ed4120919c84f1bd4126495cd339f85a1fbf99845e1b17032a4ea579a93986f45ad71add1cd997e6a43235852087eac1279d
- b2sums =
f2d56b36ed9689fc7b879eb2985ad6aaeb8f50e5c1e7ac3b1ae064aad91d06198ea021f98792e7fb50994aa25f37a72edfcae40c59371427d477399327e2a8f1
pkgname = coreutils
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Contributor: judd <[email protected]>
pkgname=coreutils
-pkgver=9.6
-pkgrel=4
+pkgver=9.7
+pkgrel=1
pkgdesc='The basic file, shell and text manipulation utilities of the GNU
operating system'
arch=('x86_64')
license=(
@@ -31,16 +31,12 @@ makedepends=(
source=(
git+https://git.savannah.gnu.org/git/coreutils.git?signed#tag=v${pkgver}
git+https://git.savannah.gnu.org/git/gnulib.git
- $pkgname-9.6-fix-ls-crash.patch #
https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=patch;h=915004f403cb25fadb207ddfdbe6a2f43bd44fac#
- $pkgname-9.6-cat-crash.patch #
https://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=patch;h=7386c291be8e2de115f2e161886e872429edadd7
)
validpgpkeys=(
6C37DC12121A5006BC1DB804DF6FD971306037D9 # Pádraig Brady
)
-b2sums=('8d8ee559af5401564314c87e6b2affb670d6de59546b23dab3fa5235d6d3c71f841f91dcb6daf9bf38db25ebc3c21db4f9a536568744fabe3d02bcf9430c90ca'
- 'SKIP'
-
'd365086f33ffd770c8f457348561ed4120919c84f1bd4126495cd339f85a1fbf99845e1b17032a4ea579a93986f45ad71add1cd997e6a43235852087eac1279d'
-
'f2d56b36ed9689fc7b879eb2985ad6aaeb8f50e5c1e7ac3b1ae064aad91d06198ea021f98792e7fb50994aa25f37a72edfcae40c59371427d477399327e2a8f1')
+b2sums=('9c18801f93853f6f78919f79ce84256260e9f5fa5f496e73ac8b9e2c66106cdcd808fe971f6c064cf4f9a97aae4dd4afc97126a8ac89b59497557f89a3734bab'
+ 'SKIP')
prepare() {
cd "${pkgname}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/9c48977c5bd5475c8f19e12c1b637a81b585e31b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/9c48977c5bd5475c8f19e12c1b637a81b585e31b
You're receiving this email because of your account on gitlab.archlinux.org.