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

Felix Yan felixonmars at archlinux.org
Tue Mar 2 10:50:38 UTC 2021


    Date: Tuesday, March 2, 2021 @ 10:50:37
  Author: felixonmars
Revision: 408968

archrelease: copy trunk to extra-any

Added:
  perl-uri/repos/extra-any/PKGBUILD
    (from rev 408967, 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-02 10:50:21 UTC (rev 408967)
+++ PKGBUILD	2021-03-02 10:50:37 UTC (rev 408968)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus <francois.archlinux.org> 
-
-pkgname=perl-uri
-pkgver=5.07
-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=('dc7a754d28234ebdfa4d685f1a905e233aa99a3dc87598d1abbd06bf0b88a13308d95b3601a1db939a7221688228bd8707b960512a92283e7ec0963a61cd2f98')
-
-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 408967, perl-uri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-02 10:50:37 UTC (rev 408968)
@@ -0,0 +1,34 @@
+# 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



More information about the arch-commits mailing list