Date: Monday, November 7, 2022 @ 12:41:25
Author: felixonmars
Revision: 460845
archrelease: copy trunk to extra-any
Added:
perl-uri/repos/extra-any/PKGBUILD
(from rev 460844, perl-uri/trunk/PKGBUILD)
Deleted:
perl-uri/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-07 12:41:09 UTC (rev 460844)
+++ PKGBUILD 2022-11-07 12:41:25 UTC (rev 460845)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus <francois.archlinux.org>
-
-pkgname=perl-uri
-pkgver=5.16
-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-fatal' 'perl-test-needs' 'perl-test-warnings')
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-$pkgver.tar.gz")
-sha512sums=('74cb5c7493460099478658cd13415c369fc67be9c7ce05f4a3aeb07a7099ed1675404b414fbecd8bbbc9f86548341bdbd021601b988edb2d2f878a354ea3f4eb')
-
-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 460844,
perl-uri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-07 12:41:25 UTC (rev 460845)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=perl-uri
+pkgver=5.17
+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-fatal' 'perl-test-needs' 'perl-test-warnings')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-$pkgver.tar.gz")
+sha512sums=('52171e16137bfaa77ab31007245a561614c5c42336473022ebbe370b395d3052d3de80da0b42754ca2e0b09f47520ef96afdbdb72fe5c25cab87441eda03ec12')
+
+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