diff options
author | prspkt <prspkt@protonmail.com> | 2019-08-22 01:12:56 +0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-23 17:20:56 -0300 |
commit | 0a565275e8b65c55ddd6b47a1a16dff7d9d90d65 (patch) | |
tree | 2fc47223608c50e3a09fdedceef66d4c665b4666 /community/stow | |
parent | 368c66b805c8e06a65890ffef97777cf168cfa4a (diff) | |
download | aports-0a565275e8b65c55ddd6b47a1a16dff7d9d90d65.tar.bz2 aports-0a565275e8b65c55ddd6b47a1a16dff7d9d90d65.tar.xz |
community/stow: upgrade to 2.3.1, run test suite
Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'community/stow')
-rw-r--r-- | community/stow/APKBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/stow/APKBUILD b/community/stow/APKBUILD index 084fa42c03..2e17b49f91 100644 --- a/community/stow/APKBUILD +++ b/community/stow/APKBUILD @@ -1,18 +1,17 @@ # Contributor: Stefan Wagner <stw@bit-strickerei.de> # Maintainer: Stefan Wagner <stw@bit-strickerei.de> pkgname=stow -pkgver=2.2.2 +pkgver=2.3.1 pkgrel=0 pkgdesc="Manage installation of multiple softwares in the same directory tree" -options="!check" # Tests fail to run url="https://www.gnu.org/software/stow/" arch="noarch" license="GPL-3.0-or-later" depends="perl" makedepends="perl-test-output" -checkdepends="perl-io-stringy perl-clone-choose" +checkdepends="perl-io-stringy" subpackages="$pkgname-doc" -source="ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz" +source="ftp://ftp.gnu.org/pub/gnu/stow/stow-$pkgver.tar.bz2" build() { ./configure \ @@ -32,4 +31,4 @@ package() { rm "$pkgdir"/usr/share/doc/stow/version.texi } -sha512sums="8a3e5da6b5cb4c1ee1b512bae5a9859f83659d5de05f7a9af1dd09df2a32f6b8c6d43b79736db91232c43621d542041d4ef92eb088925796adad0676f200a9b5 stow-2.2.2.tar.gz" +sha512sums="3d6cec3d50e2dc0ffa92646c45015ced3fca32cef9dd24418fada3fc2e4472a1f335877debb3a1284812aef281a432925c3a3e7afa112d92f127facd3150079c stow-2.3.1.tar.bz2" |