summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af04fcb1ff1d..7becd87bf63d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Thu Sep 28 20:05:29 UTC 2017
pkgbase = perl-time-period
pkgdesc = A Perl module to deal with time periods
pkgver = 1.25
- pkgrel = 3
+ pkgrel = 4
url = http://search.cpan.org/dist/Time-Period/
arch = any
license = PerlArtistic
license = GPL
+ depends = perl
options = !emptydirs
source = https://cpan.metacpan.org/authors/id/P/PB/PBOYD/Time-Period-1.25.tar.gz
md5sums = 92f33afda0f440be7335a163ac246ab1
sha512sums = 528dc8c31692da61170362df8d32c81d4811edfa8388752c82452e57f2349f9345b7ee4611c4cf48bfe7aae19cdad50513f9ce6347768be61970c507c0c0e98d
pkgname = perl-time-period
-
diff --git a/PKGBUILD b/PKGBUILD
index dabf2de41f5a..127bf8f23a00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname='perl-time-period'
pkgver='1.25'
-pkgrel='3'
+pkgrel='4'
pkgdesc="A Perl module to deal with time periods"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
url='http://search.cpan.org/dist/Time-Period/'
+depends=('perl')
source=("https://cpan.metacpan.org/authors/id/P/PB/PBOYD/Time-Period-${pkgver}.tar.gz")
md5sums=('92f33afda0f440be7335a163ac246ab1')
sha512sums=('528dc8c31692da61170362df8d32c81d4811edfa8388752c82452e57f2349f9345b7ee4611c4cf48bfe7aae19cdad50513f9ce6347768be61970c507c0c0e98d')