Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
coreutils


Commits:
fae74441 by Tobias Powalowski at 2024-03-28T20:16:01+01:00
upgpkg: 9.5-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.4
-       pkgrel = 3
+       pkgver = 9.5
+       pkgrel = 1
        url = https://www.gnu.org/software/coreutils/
        arch = x86_64
        license = GPL-3.0-or-later
@@ -12,12 +12,10 @@ pkgbase = coreutils
        depends = gmp
        depends = libcap
        depends = openssl
-       source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz
-       source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.4.tar.xz.sig
-       source = 
https://github.com/coreutils/coreutils/commit/c4c5ed8f4e9cd55a12966d4f520e3a13101637d9.patch
+       source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz
+       source = https://ftp.gnu.org/gnu/coreutils/coreutils-9.5.tar.xz.sig
        validpgpkeys = 6C37DC12121A5006BC1DB804DF6FD971306037D9
-       sha256sums = 
ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52
+       sha256sums = 
cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a
        sha256sums = SKIP
-       sha256sums = 
92098f2522d93d46a8ddb91f28ba414b2835d32ce87f60a23a7b852228ea89fe
 
 pkgname = coreutils


=====================================
PKGBUILD
=====================================
@@ -5,19 +5,17 @@
 # Contributor: judd <jvi...@zeroflux.org>
 
 pkgname=coreutils
-pkgver=9.4
-pkgrel=3
+pkgver=9.5
+pkgrel=1
 pkgdesc='The basic file, shell and text manipulation utilities of the GNU 
operating system'
 arch=('x86_64')
 license=('GPL-3.0-or-later' 'GFDL-1.3-or-later')
 url='https://www.gnu.org/software/coreutils/'
 depends=('glibc' 'acl' 'attr' 'gmp' 'libcap' 'openssl')
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}
-        
"https://github.com/coreutils/coreutils/commit/c4c5ed8f4e9cd55a12966d4f520e3a13101637d9.patch";)
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
 validpgpkeys=('6C37DC12121A5006BC1DB804DF6FD971306037D9') # Pádraig Brady
-sha256sums=('ea613a4cf44612326e917201bbbcdfbd301de21ffc3b59b6e5c07e040b275e52'
-            'SKIP'
-            '92098f2522d93d46a8ddb91f28ba414b2835d32ce87f60a23a7b852228ea89fe')
+sha256sums=('cd328edeac92f6a665de9f323c93b712af1858bc2e0d88f3f7100469470a1b8a'
+            'SKIP')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/fae744410c9a8116d9518e0c12d8456cd72e2db6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coreutils/-/commit/fae744410c9a8116d9518e0c12d8456cd72e2db6
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to