Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / stow
Commits: bacbf470 by Brett Cornwall at 2024-04-09T16:24:00-07:00 upgpkg: 2.4.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = stow + pkgdesc = Manage installation of multiple softwares in the same directory tree + pkgver = 2.4.0 + pkgrel = 1 + url = https://www.gnu.org/software/stow/ + arch = any + license = GPL-3.0-only + 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 + validpgpkeys = 942B9075ACCA04E9037C73FED31B5563DAC1D4FA + sha256sums = 6fed67cf64deab6d3d9151a43e2c06c95cdfca6a88fab7d416f46a648b1d761d + sha256sums = SKIP + +pkgname = stow ===================================== PKGBUILD ===================================== @@ -5,17 +5,17 @@ # Contributor: Chris Brannon pkgname=stow -pkgver=2.3.1 -pkgrel=3 +pkgver=2.4.0 +pkgrel=1 pkgdesc='Manage installation of multiple softwares in the same directory tree' url='https://www.gnu.org/software/stow/' arch=('any') -license=('GPL3') +license=('GPL-3.0-only') 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=('09d5d99671b78537fd9b2c0b39a5e9761a7a0e979f6fdb7eabfa58ee45f03d4b' +sha256sums=('6fed67cf64deab6d3d9151a43e2c06c95cdfca6a88fab7d416f46a648b1d761d' 'SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stow/-/commit/bacbf470dd46e27cccf5c54714442f6062a72261 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/stow/-/commit/bacbf470dd46e27cccf5c54714442f6062a72261 You're receiving this email because of your account on gitlab.archlinux.org.
