summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7e16ac83ba..a5d59f631285 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = perl-directory-scratch
- pkgdesc = Easy-to-use self-cleaning scratch space.
+ pkgdesc = (DEPRECATED) Easy-to-use self-cleaning scratch space.
pkgver = 0.18
- pkgrel = 1
+ pkgrel = 3
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..ce2fb88bf51f 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'
-pkgdesc="Easy-to-use self-cleaning scratch space."
+pkgrel='3'
+pkgdesc="(DEPRECATED) 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')