[arch-commits] Commit in perl-timedate/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Mar 5 15:26:08 UTC 2020
Date: Thursday, March 5, 2020 @ 15:26:07
Author: felixonmars
Revision: 376794
archrelease: copy trunk to extra-any
Added:
perl-timedate/repos/extra-any/PKGBUILD
(from rev 376793, perl-timedate/trunk/PKGBUILD)
Deleted:
perl-timedate/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-05 15:25:44 UTC (rev 376793)
+++ PKGBUILD 2020-03-05 15:26:07 UTC (rev 376794)
@@ -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.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"
-}
Copied: perl-timedate/repos/extra-any/PKGBUILD (from rev 376793, perl-timedate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-05 15:26:07 UTC (rev 376794)
@@ -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.32
+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=('7c451c3a69b32db1ec8ec21462eef2ac5e3a63f8eb6521260362a396f39c0c0f93efaf6f2903ade82175b391f09b7d6f6121b68fbf9f5dde421a8b5dd65476bf')
+
+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