summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorroot2022-01-25 14:22:30 +0100
committerroot2022-01-25 14:22:30 +0100
commit993e303abe46c4566593fff3338ce97466e7a0a0 (patch)
tree9e3514cbabc10698efb1ee8af6f8645f2ed1e2c3 /PKGBUILD
parenta9305af06a71fe0a089a099ea62ffcb29885aaa6 (diff)
downloadaur-993e303abe46c4566593fff3338ce97466e7a0a0.tar.gz
Moved the following from `makdependends` to `depends`:
* 'perl-datetime' * 'perl-datetime-format-strptime' * 'perl-lwp-protocol-https'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de606f1da29c..2fc1a5ff1216 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,20 +7,20 @@ pkgname="${_pkgname}-git"
_pkgver="latest"
epoch=1
pkgver="${_pkgver}"
-pkgrel=3
+pkgrel=4
pkgdesc='Interface to the DeutscheBahn online departure monitor'
url='http://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn/'
license=('PerlArtistic')
arch=('any')
depends=(
'perl-class-accessor'
+ 'perl-datetime'
+ 'perl-datetime-format-strptime'
+ 'perl-lwp-protocol-https'
'perl-libwww'
'perl-xml-libxml'
)
makedepends=(
- 'perl-datetime'
- 'perl-datetime-format-strptime'
- 'perl-lwp-protocol-https'
'perl-module-build'
'perl-file-slurp'
'perl-json'