diff options
author | Britney Fransen <brfransen@gmail.com> | 2018-09-06 16:35:27 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2018-09-06 16:35:27 (GMT) |
commit | 5669815ec3a539cf7b5ac7d8da2cbba3aeff44be (patch) | |
tree | f13051093a52f47f5954c2ee2a783bc2f0f62f96 /abs/core/perl_modules/perl-time-modules/PKGBUILD | |
parent | 8d35f28049488f2585ef765bf48e7a58958fd587 (diff) | |
parent | 04697136037cb5341ee6c051f8aaa265c0400c82 (diff) | |
download | linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.zip linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.gz linhes_pkgbuild-5669815ec3a539cf7b5ac7d8da2cbba3aeff44be.tar.bz2 |
Merge branch 'testing'
Diffstat (limited to 'abs/core/perl_modules/perl-time-modules/PKGBUILD')
-rw-r--r-- | abs/core/perl_modules/perl-time-modules/PKGBUILD | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/abs/core/perl_modules/perl-time-modules/PKGBUILD b/abs/core/perl_modules/perl-time-modules/PKGBUILD index fd41453..bd273e1 100644 --- a/abs/core/perl_modules/perl-time-modules/PKGBUILD +++ b/abs/core/perl_modules/perl-time-modules/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 62353 2012-01-19 16:06:20Z seblu $ -# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> +# $Id$ +# Maintainer: Sébastien Luttringer # Contributor: Alessandro Sagratini <ale_sagra at hotmail dot com> # Contributor: Philippe LUC <philfifi@gmail.com> pkgname=perl-time-modules -pkgver=2011.0517 -pkgrel=1 -pkgdesc='Perl time related module' -url="http://search.cpan.org/~muir/Time-modules-$pkgver/" +pkgver=2013.0912 +pkgrel=3 +pkgdesc='Perl time related modules' +url='http://search.cpan.org/~muir/Time-modules/' license=('GPL' 'PerlArtistic') options=('!emptydirs') arch=('any') source=("http://search.cpan.org/CPAN/authors/id/M/MU/MUIR/modules/Time-modules-$pkgver.tar.gz") -md5sums=('67204ebc06211a877665765f91dc4e51') +md5sums=('a4330144e24c356ca4c925d14e5ab06b') build() { cd Time-modules-$pkgver @@ -25,4 +25,4 @@ package() { make install DESTDIR="$pkgdir/" } -# vim:set ts=2 sw=2 ft=sh et: +# vim:set ts=2 sw=2 et: |