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

Felix Yan felixonmars at archlinux.org
Wed Mar 3 18:58:28 UTC 2021


    Date: Wednesday, March 3, 2021 @ 18:58:27
  Author: felixonmars
Revision: 409123

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-03 18:58:07 UTC (rev 409122)
+++ PKGBUILD	2021-03-03 18:58:27 UTC (rev 409123)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus <francois.archlinux.org> 
-
-pkgname=perl-uri
-pkgver=5.08
-pkgrel=1
-pkgdesc="Uniform Resource Identifiers (absolute and relative)"
-arch=('any')
-url="https://search.cpan.org/dist/URI/"
-license=('PerlArtistic')
-depends=('perl')
-checkdepends=('perl-test-needs')
-provides=('perl-uri-escape=3.30')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/URI-$pkgver.tar.gz")
-sha512sums=('25fc69d58a2ae5b950ede04295058f416fe3adf8974858d5560e7d071fd83f4e7ab3ed145d117430f4581af358922ca545c01f9b149b4179ee885ddc2098030d')
-
-build() {
-  cd URI-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd URI-$pkgver
-  make test
-}
-
-package() {
-  cd URI-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-# vim: ts=2 sw=2 et ft=sh

Copied: perl-uri/repos/extra-any/PKGBUILD (from rev 409122, perl-uri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-03 18:58:27 UTC (rev 409123)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus <francois.archlinux.org> 
+
+pkgname=perl-uri
+pkgver=5.09
+pkgrel=1
+pkgdesc="Uniform Resource Identifiers (absolute and relative)"
+arch=('any')
+url="https://search.cpan.org/dist/URI/"
+license=('PerlArtistic')
+depends=('perl')
+checkdepends=('perl-test-needs')
+provides=('perl-uri-escape=3.30')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-$pkgver.tar.gz")
+sha512sums=('b9af77064abb8cb83900a02c18b3d5b8f840559f0f925be71b18bcdb4a24c40d654ccf9969d72b7d8930ea17ae4f4f4291fd327bb0b93c204c8f819a1776b8bb')
+
+build() {
+  cd URI-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd URI-$pkgver
+  make test
+}
+
+package() {
+  cd URI-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+# vim: ts=2 sw=2 et ft=sh



More information about the arch-commits mailing list