Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / stow
Commits:
2d9680f7 by Brett Cornwall at 2024-09-11T17:46:52-07:00
upgpkg: 2.4.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = stow
pkgdesc = Manage installation of multiple softwares in the same
directory tree
- pkgver = 2.4.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://www.gnu.org/software/stow/
arch = any
@@ -8,10 +8,10 @@ pkgbase = stow
checkdepends = perl-test-output
checkdepends = perl-io-stringy
depends = perl
- source = https://ftp.gnu.org/gnu/stow/stow-2.4.0.tar.gz
- source = https://ftp.gnu.org/gnu/stow/stow-2.4.0.tar.gz.sig
+ source = https://ftp.gnu.org/gnu/stow/stow-2.4.1.tar.gz
+ source = https://ftp.gnu.org/gnu/stow/stow-2.4.1.tar.gz.sig
validpgpkeys = 942B9075ACCA04E9037C73FED31B5563DAC1D4FA
- sha256sums =
6fed67cf64deab6d3d9151a43e2c06c95cdfca6a88fab7d416f46a648b1d761d
+ sha256sums =
2a671e75fc207303bfe86a9a7223169c7669df0a8108ebdf1a7fe8cd2b88780b
sha256sums = SKIP
pkgname = stow
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Chris Brannon
pkgname=stow
-pkgver=2.4.0
+pkgver=2.4.1
pkgrel=1
pkgdesc='Manage installation of multiple softwares in the same directory tree'
url='https://www.gnu.org/software/stow/'
@@ -15,7 +15,7 @@ depends=('perl')
checkdepends=('perl-test-output' 'perl-io-stringy')
validpgpkeys=('942B9075ACCA04E9037C73FED31B5563DAC1D4FA') # Adam Spiers
source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('6fed67cf64deab6d3d9151a43e2c06c95cdfca6a88fab7d416f46a648b1d761d'
+sha256sums=('2a671e75fc207303bfe86a9a7223169c7669df0a8108ebdf1a7fe8cd2b88780b'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stow/-/commit/2d9680f74598014a0839d3bc542b80fe0be48621
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/stow/-/commit/2d9680f74598014a0839d3bc542b80fe0be48621
You're receiving this email because of your account on gitlab.archlinux.org.