[arch-commits] Commit in perl-datetime-format-iso8601/repos/community-any (2 files)
Sergej Pupykin
spupykin at archlinux.org
Mon Jun 7 17:43:53 UTC 2021
Date: Monday, June 7, 2021 @ 17:43:52
Author: spupykin
Revision: 957938
archrelease: copy trunk to community-any
Added:
perl-datetime-format-iso8601/repos/community-any/PKGBUILD
(from rev 957937, perl-datetime-format-iso8601/trunk/PKGBUILD)
Deleted:
perl-datetime-format-iso8601/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-07 17:43:42 UTC (rev 957937)
+++ PKGBUILD 2021-06-07 17:43:52 UTC (rev 957938)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgname=perl-datetime-format-iso8601
-pkgver=0.08
-pkgrel=5
-pkgdesc="Parses ISO8601 formats"
-arch=('any')
-url="https://search.cpan.org/dist/DateTime-Format-ISO8601/"
-license=('PerlArtistic')
-depends=('perl-datetime-format-builder' 'perl-datetime')
-makedepends=()
-optdepends=('perl-file-find-rule'
- 'perl-test-pod')
-options=(!emptydirs)
-source=("https://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-$pkgver.tar.gz")
-md5sums=('b7c0a4b5e767a8d3b87f3dc678d8c30c')
-
-build() {
- cd "$srcdir"/DateTime-Format-ISO8601-$pkgver
- PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-package() {
- cd "$srcdir"/DateTime-Format-ISO8601-$pkgver
- make install DESTDIR="${pkgdir}"
- find "$pkgdir" -name perllocal.pod -delete
- find "$pkgdir" -name .packlist -delete
-}
Copied: perl-datetime-format-iso8601/repos/community-any/PKGBUILD (from rev 957937, perl-datetime-format-iso8601/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-06-07 17:43:52 UTC (rev 957938)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=perl-datetime-format-iso8601
+pkgver=0.16
+pkgrel=1
+pkgdesc="Parses ISO8601 formats"
+arch=('any')
+url="https://search.cpan.org/dist/DateTime-Format-ISO8601/"
+license=('PerlArtistic')
+depends=('perl-datetime-format-builder' 'perl-datetime')
+makedepends=()
+optdepends=('perl-file-find-rule'
+ 'perl-test-pod')
+options=(!emptydirs)
+source=("https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-ISO8601-$pkgver.tar.gz")
+sha256sums=('582847f6e029065334a00564f20cd7c28f4e5cd4ec21513d0f692531ed3b56e1')
+
+build() {
+ cd "$srcdir"/DateTime-Format-ISO8601-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "$srcdir"/DateTime-Format-ISO8601-$pkgver
+ make install DESTDIR="${pkgdir}"
+ find "$pkgdir" -name perllocal.pod -delete
+ find "$pkgdir" -name .packlist -delete
+}
More information about the arch-commits
mailing list