aboutsummaryrefslogtreecommitdiffstats
path: root/testing/perl-db_file-lock
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-26 16:25:08 -0300
committerTBK <tbk@jjtc.eu>2019-05-27 02:47:22 +0200
commit0ed9acc50c35151069521556904dae0e430df1cb (patch)
tree0ccaaca294ba49979a21376d9a4be77fe5c52836 /testing/perl-db_file-lock
parentf2cbcbbb65541c77a22864b7828b7c395706a497 (diff)
downloadaports-0ed9acc50c35151069521556904dae0e430df1cb.tar.bz2
aports-0ed9acc50c35151069521556904dae0e430df1cb.tar.xz
testing/perl-db_file-lock: modernize, fix license.
Closes: GH-8149
Diffstat (limited to 'testing/perl-db_file-lock')
-rw-r--r--testing/perl-db_file-lock/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/perl-db_file-lock/APKBUILD b/testing/perl-db_file-lock/APKBUILD
index 65576d532c..3cd6f3402e 100644
--- a/testing/perl-db_file-lock/APKBUILD
+++ b/testing/perl-db_file-lock/APKBUILD
@@ -4,16 +4,16 @@
pkgname=perl-db_file-lock
_pkgreal=DB_File-Lock
pkgver=0.05
-pkgrel=0
+pkgrel=1
pkgdesc="DB_File::Lock - Locking with flock wrapper for DB_File"
url="https://metacpan.org/release/DB_File-Lock/"
arch="noarch"
-license="GPL PerlArtistic"
+license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl-db_file"
-makedepends="perl-dev perl-db_file"
+makedepends="perl-dev"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/D/DH/DHARRIS/DB_File-Lock-0.05.tar.gz
- fix-bug-98224-test-fails.patch"
+ fix-bug-98224-test-fails.patch"
builddir="$srcdir/$_pkgreal-$pkgver"
prepare() {