Date: Saturday, October 22, 2022 @ 10:16:52
Author: felixonmars
Revision: 458701
archrelease: copy trunk to extra-any
Added:
perl-uri/repos/extra-any/PKGBUILD
(from rev 458700, 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-22 10:16:43 UTC (rev 458700)
+++ PKGBUILD 2022-10-22 10:16:52 UTC (rev 458701)
@@ -1,33 +0,0 @@
-# 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
Copied: perl-uri/repos/extra-any/PKGBUILD (from rev 458700,
perl-uri/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-22 10:16:52 UTC (rev 458701)
@@ -0,0 +1,33 @@
+# 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