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 7ae63e179394..4cba6a75a638 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Fri Mar 29 14:03:04 UTC 2019
pkgbase = perl-set-crontab
pkgdesc = Expand crontab(5)-style integer lists
pkgver = 1.03
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/pod/Set::Crontab
arch = any
license = GPL
license = PerlArtistic
+ depends = perl
options = !emptydirs
source = https://cpan.metacpan.org/authors/id/A/AM/AMS/Set-Crontab-1.03.tar.gz
sha512sums = 9b4929691aac2f740ecf94cfdd166315c355a93be149ef76bbea06a8d820a9da2b7cf26dc6d66baea7f4b359c2012229376f06da55f3fe0653b6d0cc8c77ef91
pkgname = perl-set-crontab
-
diff --git a/PKGBUILD b/PKGBUILD
index f2de47213a07..6670a5ec55ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=perl-set-crontab
pkgver='1.03'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Expand crontab(5)-style integer lists"
arch=("any")
license=('GPL' 'PerlArtistic')
url="https://metacpan.org/pod/Set::Crontab"
options=(!emptydirs)
+depends=('perl')
source=("https://cpan.metacpan.org/authors/id/A/AM/AMS/Set-Crontab-${pkgver}.tar.gz")
sha512sums=('9b4929691aac2f740ecf94cfdd166315c355a93be149ef76bbea06a8d820a9da2b7cf26dc6d66baea7f4b359c2012229376f06da55f3fe0653b6d0cc8c77ef91')