summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThiago L. A. Miller2019-03-21 22:51:59 -0300
committerThiago L. A. Miller2019-03-21 22:51:59 -0300
commita901fcf42c8118795ce23623c73c73064a59b06c (patch)
tree80d20e4ded72008b36e8509228821d004c9153b9 /PKGBUILD
parent0acf21b5bfc51081605d60f4528c98d5e90cfaf5 (diff)
downloadaur-perl-astro-suntime.tar.gz
Change dependency perl-time-parsedate -> perl-time-modules
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c197df5745d7..d27306d75ff3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_distname=Astro-SunTime
pkgname=perl-astro-suntime
pkgver=0.06
-pkgrel=1
+pkgrel=2
pkgdesc="Get Sun Rise and Set Times for any location on the globe"
arch=('any')
license=('PerlArtistic' 'GPL')
depends=('perl>=0')
makedepends=()
-checkdepends=('perl-time-parsedate')
+checkdepends=('perl-time-modules')
options=('!emptydirs')
url="https://metacpan.org/release/$_distname"
source=("http://search.cpan.org/CPAN/authors/id/R/RO/ROBF/$_distname-$pkgver.tar.gz")