diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-06 03:51:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-06 03:51:56 +0000 |
commit | ae5e27e4900c0c38025462f59e0524aef7aa630b (patch) | |
tree | 951c929d4f60923f41a62500d865724dfa68c42e /community/perl-datetime | |
parent | 8b3a0b83eb5ad9bcff19b466bcd72c18fdf466ce (diff) |
Thu Feb 6 03:50:19 UTC 2014
Diffstat (limited to 'community/perl-datetime')
-rw-r--r-- | community/perl-datetime/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/perl-datetime/PKGBUILD b/community/perl-datetime/PKGBUILD index bd674b53f..16261d7df 100644 --- a/community/perl-datetime/PKGBUILD +++ b/community/perl-datetime/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91663 2013-05-26 09:24:55Z bluewind $ +# $Id: PKGBUILD 105331 2014-02-05 10:17:13Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: François Charette <firmicus ατ gmx δοτ net> pkgname=perl-datetime -pkgver=1.03 -pkgrel=2 +pkgver=1.06 +pkgrel=1 pkgdesc="A complete, easy to use date and time object" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/DateTime" @@ -15,7 +15,7 @@ LC_NUMERIC=C provides=("perl-datetime=`printf %.4f $pkgver`") options=('!emptydirs') source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz) -md5sums=('ea0fc830410b9ce3baeef3525bc0acdd') +md5sums=('2d05c0cfa17b4011abb18d75a3e09453') build() { cd $srcdir/DateTime-$pkgver |