aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorTimothy Legge <timlegge@gmail.com>2019-05-26 23:03:17 +0000
committerTBK <tbk@jjtc.eu>2019-05-27 02:02:41 +0200
commitdf0222d4d3daed0daa25763befa6ddbaa3985885 (patch)
tree6d0d9f389accc988746ba2ad6aa1953f9ca46a24 /testing
parent5874f69affd4b5e028b58c3175346f3f8c1af304 (diff)
downloadaports-df0222d4d3daed0daa25763befa6ddbaa3985885.tar.bz2
aports-df0222d4d3daed0daa25763befa6ddbaa3985885.tar.xz
testing/perl-uri-fromhash: fix unused variables
Closes: GH-8170
Diffstat (limited to 'testing')
-rw-r--r--testing/perl-uri-fromhash/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/perl-uri-fromhash/APKBUILD b/testing/perl-uri-fromhash/APKBUILD
index 8207331158..8c690276c1 100644
--- a/testing/perl-uri-fromhash/APKBUILD
+++ b/testing/perl-uri-fromhash/APKBUILD
@@ -4,7 +4,7 @@
pkgname=perl-uri-fromhash
_pkgreal=URI-FromHash
pkgver=0.05
-pkgrel=0
+pkgrel=1
pkgdesc="Build a URI from a set of named parameters"
url="https://metacpan.org/release/URI-FromHash/"
arch="noarch"
@@ -12,7 +12,7 @@ license="Artistic-2.0"
cpandepends="perl-params-validate perl-uri"
cpancheckdepends="perl-test-fatal"
depends="$cpandepends"
-makedepends="perl-dev $cpanmakedepends"
+makedepends="perl-dev"
checkdepends="$cpancheckdepends"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/URI-FromHash-$pkgver.tar.gz"