From 9820c0d5a3d562c35a8345cd55f69e6e1244b2e8 Mon Sep 17 00:00:00 2001 From: Celeste <20312-Celeste@users.gitlab.alpinelinux.org> Date: Mon, 9 Sep 2024 00:54:19 +0000 Subject: [PATCH] community/stow: upgrade to 2.4.1 https://savannah.gnu.org/news/?id=10672 --- community/stow/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community/stow/APKBUILD b/community/stow/APKBUILD index 0c4b28f4391..c0219895eb6 100644 --- a/community/stow/APKBUILD +++ b/community/stow/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Stefan Wagner # Maintainer: Celeste pkgname=stow -pkgver=2.4.0 -pkgrel=1 +pkgver=2.4.1 +pkgrel=0 pkgdesc="Manage installation of multiple softwares in the same directory tree" url="https://www.gnu.org/software/stow/" arch="noarch" @@ -27,10 +27,10 @@ check() { package() { make DESTDIR="$pkgdir" install - rm "$pkgdir"/usr/share/doc/stow/manual.pdf - rm "$pkgdir"/usr/share/doc/stow/version.texi + + rm -v "$pkgdir"/usr/share/doc/stow/version.texi } sha512sums=" -c479a0ba5d6af9a2a4860f4bf4095dbd586794e781766c22e6cda657bbf984915f4661e03825db02a300412aa49305e06b8107ffc96077bd64ba4e7a1eb27314 stow-2.4.0.tar.bz2 +e2317ceeafc2f165cf2b498491762ca1d81fc08fa9f8740712fc3127c95a3a4bf492528d2bdf45dcc497d97a4f8b29c50239874b52fde492775556ffd0562d98 stow-2.4.1.tar.bz2 "