Date: Friday, October 14, 2022 @ 18:26:17
Author: felixonmars
Revision: 458190
archrelease: copy trunk to extra-any
Added:
perl-uri/repos/extra-any/PKGBUILD
(from rev 458189, perl-uri/trunk/PKGBUILD)
Deleted:
perl-uri/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-14 18:26:08 UTC (rev 458189)
+++ PKGBUILD 2022-10-14 18:26:17 UTC (rev 458190)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus <francois.archlinux.org>
-
-pkgname=perl-uri
-pkgver=5.14
-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=('b65eae69eaf318638ca5e03bdbab9b0d1d0d96e6918e39521ec03f8b13aedaf0eadac02cdc4819e67a95742edfab6038b8492d1d61e0b1a73ff49a42350ede55')
-
-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 458189,
perl-uri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-14 18:26:17 UTC (rev 458190)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus <francois.archlinux.org>
+
+pkgname=perl-uri
+pkgver=5.15
+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=('0037da3858cb760d9010aa04d1443aef874ec3608dd4d6bf42a6283ec83649fcea7850546eff4cb1676b1ad71d0b65f738077c64f885f934347ef8384d699948')
+
+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