summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-05-15 21:41:41 +0200
committerMichal Wojdyla2024-05-15 21:41:41 +0200
commit307f4771ee064cc918bb1c487db3f4c9a27654db (patch)
treea11a46039937226903681fe76f77cc25809faf27
parent003da37bc46db8a03017189427210604a7c0f83e (diff)
downloadaur-perl-directory-scratch.tar.gz
update dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7e16ac83ba..8921738cb71c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = perl-directory-scratch
pkgdesc = Easy-to-use self-cleaning scratch space.
pkgver = 0.18
- pkgrel = 1
+ pkgrel = 2
url = http://search.cpan.org/dist/Directory-Scratch
arch = any
license = PerlArtistic
license = GPL
+ checkdepends = perl-string-random
+ makedepends = perl-module-build-tiny
depends = perl-path-class
depends = perl-path-tiny
options = !emptydirs
diff --git a/PKGBUILD b/PKGBUILD
index 3b42cb02ccff..247a5722e466 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
pkgname='perl-directory-scratch'
pkgver='0.18'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Easy-to-use self-cleaning scratch space."
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-path-class' 'perl-path-tiny')
-makedepends=()
+makedepends=('perl-module-build-tiny')
+checkdepends=('perl-string-random')
url='http://search.cpan.org/dist/Directory-Scratch'
source=('https://cpan.metacpan.org/authors/id/E/ET/ETHER/Directory-Scratch-0.18.tar.gz')
md5sums=('66ea2b47c1bb184b08ba562d14727fb4')