summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorroot2022-01-25 14:21:41 +0100
committerroot2022-01-25 14:21:41 +0100
commita9305af06a71fe0a089a099ea62ffcb29885aaa6 (patch)
tree0ccea5439290fe0a8b2e0a4f01bb50054e7e6428 /PKGBUILD
parent3c323b78503ba477d6eb8b8b5114b4d97653256c (diff)
downloadaur-a9305af06a71fe0a089a099ea62ffcb29885aaa6.tar.gz
Added makedependencies `perl-datetime`, `perl-datetime-format-strptime`, `perl-lwp-protocol-https`.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33e6b4a41b3c..de606f1da29c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname="${_pkgname}-git"
_pkgver="latest"
epoch=1
pkgver="${_pkgver}"
-pkgrel=2
+pkgrel=3
pkgdesc='Interface to the DeutscheBahn online departure monitor'
url='http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/'
license=('PerlArtistic')
@@ -18,6 +18,9 @@ depends=(
'perl-xml-libxml'
)
makedepends=(
+ 'perl-datetime'
+ 'perl-datetime-format-strptime'
+ 'perl-lwp-protocol-https'
'perl-module-build'
'perl-file-slurp'
'perl-json'