summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2016-04-20 17:58:32 -0600
committerJohn D Jones III2016-04-20 17:58:32 -0600
commit4975eb964539134bc38e7310f2e8ebe84387f829 (patch)
tree208b098840ebd96e6913d26243412f024dba9501
parent0ef5080ef2c2e4485289e5d6fdb951c5e55c8976 (diff)
downloadaur-4975eb964539134bc38e7310f2e8ebe84387f829.tar.gz
Fix the conflicting dependencies
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 728ffa4d3fdf..7706f211cc56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
+# Generated by mksrcinfo v8
+# Wed Apr 20 23:58:04 UTC 2016
pkgbase = perl-astro-suntime
pkgdesc = Get Sun Rise and Set Times for any location on the globe
pkgver = 0.01
pkgrel = 1
- url = http://search.mcpan.org/dist/Astro-SunTime
+ url = https://metacpan.org/release/Astro-SunTime
arch = any
license = PerlArtistic
license = GPL
- depends = perl-time-modules
+ depends = perl-time-parsedate
options = !emptydirs
- source = http://search.mcpan.org/CPAN/authors/id/R/RO/ROBF/Astro-SunTime-0.01.tar.gz
+ source = http://search.cpan.org/CPAN/authors/id/R/RO/ROBF/Astro-SunTime-0.01.tar.gz
md5sums = 4657927a49604494bfaaa153663b90b9
sha512sums = be14637e9f2a1f310f645f9e2e9f2cda484ac63a8e7acfa7d02cb312c4d5f8b21bcf6da2ea43d05152b3797c3c0f623ec65f649b70975b8c2eb99a8b86ca5213
diff --git a/PKGBUILD b/PKGBUILD
index 164bf4b50308..3e18e1f0d2c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-# Generator : CPANPLUS::Dist::Arch 1.29
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-astro-suntime'
pkgver='0.01'
@@ -8,10 +8,10 @@ pkgdesc="Get Sun Rise and Set Times for any location on the globe"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl-time-modules')
+depends=('perl-time-parsedate')
makedepends=()
-url='http://search.mcpan.org/dist/Astro-SunTime'
-source=('http://search.mcpan.org/CPAN/authors/id/R/RO/ROBF/Astro-SunTime-0.01.tar.gz')
+url='https://metacpan.org/release/Astro-SunTime'
+source=('http://search.cpan.org/CPAN/authors/id/R/RO/ROBF/Astro-SunTime-0.01.tar.gz')
md5sums=('4657927a49604494bfaaa153663b90b9')
sha512sums=('be14637e9f2a1f310f645f9e2e9f2cda484ac63a8e7acfa7d02cb312c4d5f8b21bcf6da2ea43d05152b3797c3c0f623ec65f649b70975b8c2eb99a8b86ca5213')
_distdir="Astro-SunTime-0.01"