[arch-commits] Commit in perl-datetime-format-builder/trunk (PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Thu Jun 2 19:47:54 UTC 2022


    Date: Thursday, June 2, 2022 @ 19:47:54
  Author: spupykin
Revision: 1219004

upgpkg: perl-datetime-format-builder 1:0.83-2

Modified:
  perl-datetime-format-builder/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 19:45:29 UTC (rev 1219003)
+++ PKGBUILD	2022-06-02 19:47:54 UTC (rev 1219004)
@@ -1,28 +1,29 @@
 # Contributor: Caleb Cushing <xenoterracide at gmail.com>
 
 pkgname=perl-datetime-format-builder
+epoch=1
 pkgver=0.83
-pkgrel=1
+pkgrel=2
 pkgdesc="Create DateTime parser classes and objects"
 arch=('x86_64')
 license=('PerlArtistic' 'GPL')
 options=('!emptydirs')
-provides=('perl-datetime-format-builder=0.80')
+provides=("perl-datetime-format-builder=$pkgver")
 depends=('perl' 'perl-class-factory-util>=1.6' 'perl-datetime>=0.12' 'perl-datetime-format-strptime>=1.04' 'perl-params-validate>=0.72')
 url='https://search.cpan.org/dist/DateTime-Format-Builder'
-source=('https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.80.tar.gz')
-md5sums=('f6c5d5a17b5b7478ff555a2d3cce5136')
+source=("https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-$pkgver.tar.gz")
+md5sums=('aa41917ca9ad69b3898728ce9c2fb477')
 
 build() {
   export PERL_MM_USE_DEFAULT=1
   
-  cd "${srcdir}/DateTime-Format-Builder-0.80"
+  cd "${srcdir}/DateTime-Format-Builder-$pkgver"
   perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
 package() {
-  cd "${srcdir}/DateTime-Format-Builder-0.80"
+  cd "${srcdir}/DateTime-Format-Builder-$pkgver"
   make DESTDIR="$pkgdir" install
 
   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete



More information about the arch-commits mailing list