summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorint2017-10-13 12:38:25 +0200
committerint2017-10-13 12:38:25 +0200
commit3e9b20f60008d9b4adf26001b72433645ab8c354 (patch)
treedbc6f0ac54a6101b130472c80f4908848e1713ae /PKGBUILD
parent8090b123b1c8a3f8fea40522873fa6d498d9685b (diff)
downloadaur-3e9b20f60008d9b4adf26001b72433645ab8c354.tar.gz
Added dependency 'at'.
Schedule::At makes no sense without the 'at' command. And BTW the debian-package (libschedule-at-perl) has this dependency, too.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ebe47134e07..4d12d42cc621 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
pkgname='perl-schedule-at'
pkgver='1.15'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Perl/CPAN Module Schedule::At: OS independent interface to the Unix 'at' command"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl')
+depends=('perl' 'at')
makedepends=()
url='https://metacpan.org/release/Schedule-At'
-source=('http://search.cpan.org/CPAN/authors/id/J/JO/JOSERODR/Schedule-At-1.15.tar.gz')
+source=("http://search.cpan.org/CPAN/authors/id/J/JO/JOSERODR/Schedule-At-$pkgver.tar.gz")
md5sums=('218b42b6ad2a2c2ddb0d54aeb0921496')
sha512sums=('15df903f990d4b72fd921fb838b00d61261c711fd963a03a6dad6a55ce86a3da268e5efa5446d477ba4bfe1e25d74ab703f4121411b79ac1001b55d136e4fd74')
-_distdir="Schedule-At-1.15"
+_distdir="Schedule-At-$pkgver"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \