diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-02 14:18:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-06-02 14:21:47 +0000 |
commit | efe6f7c5a6410d9ed3c05a9a926987350028bbf9 (patch) | |
tree | 4aba183cc8b5451df8304c2c523be4742c3406a7 /main/perl-astro-suntime/APKBUILD | |
parent | 2c7d0a4d8c1e51c8cb98670d4813e106665a3bff (diff) | |
download | aports-efe6f7c5a6410d9ed3c05a9a926987350028bbf9.tar.bz2 aports-efe6f7c5a6410d9ed3c05a9a926987350028bbf9.tar.xz |
main/perl-time-modules: renamed from perl-time-parsedate
Diffstat (limited to 'main/perl-astro-suntime/APKBUILD')
-rw-r--r-- | main/perl-astro-suntime/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/perl-astro-suntime/APKBUILD b/main/perl-astro-suntime/APKBUILD index 418587138..029c6c4f0 100644 --- a/main/perl-astro-suntime/APKBUILD +++ b/main/perl-astro-suntime/APKBUILD @@ -3,13 +3,13 @@ pkgname=perl-astro-suntime _realname=Astro-SunTime pkgver=0.01 -pkgrel=1 +pkgrel=2 pkgdesc="Provides a function interface to calculate sun rise/set times." url="http://search.cpan.org/dist/Astro-SunTime/" arch="noarch" license="GPL PerlArtistic" depends="perl" -makedepends="perl-dev perl-time-parsedate" +makedepends="perl-dev perl-time-modules" install= subpackages="" source="http://search.cpan.org/CPAN/authors/id/R/RO/ROBF/$_realname-$pkgver.tar.gz" |