[arch-commits] Commit in perl-timedate/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 22 07:22:43 UTC 2020


    Date: Wednesday, January 22, 2020 @ 07:22:42
  Author: felixonmars
Revision: 373776

archrelease: copy trunk to extra-any

Added:
  perl-timedate/repos/extra-any/PKGBUILD
    (from rev 373775, perl-timedate/trunk/PKGBUILD)
Deleted:
  perl-timedate/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-22 07:22:29 UTC (rev 373775)
+++ PKGBUILD	2020-01-22 07:22:42 UTC (rev 373776)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-timedate
-pkgver=2.30
-pkgrel=6
-pkgdesc="Date formating subroutines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/TimeDate/"
-depends=('perl')
-replaces=('timedate')
-provides=('timedate')
-options=('!emptydirs')
-source=("https://www.cpan.org/authors/id/G/GB/GBARR/TimeDate-$pkgver.tar.gz")
-md5sums=('b1d91153ac971347aee84292ed886c1c')
-
-build() {
-  cd TimeDate-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd TimeDate-$pkgver
-  make test
-}
-
-package() {
-  cd TimeDate-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-timedate/repos/extra-any/PKGBUILD (from rev 373775, perl-timedate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-22 07:22:42 UTC (rev 373776)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-timedate
+pkgver=2.31
+pkgrel=1
+pkgdesc="Date formating subroutines"
+arch=('any')
+license=('PerlArtistic')
+url="https://search.cpan.org/dist/TimeDate/"
+depends=('perl')
+replaces=('timedate')
+provides=('timedate')
+options=('!emptydirs')
+source=("https://www.cpan.org/authors/id/A/AT/ATOOMIC/TimeDate-$pkgver.tar.gz")
+sha512sums=('abee40d77ce4a57e251575b450406b1d26ac369d05899c1630f996b6f3c0c5ac222b84ff04d6fdf4c0763eb0a5bc45a59edadcfb15c73982787c8c17e0ee2a2a')
+
+build() {
+  cd TimeDate-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd TimeDate-$pkgver
+  make test
+}
+
+package() {
+  cd TimeDate-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list