Date: Monday, December 5, 2022 @ 21:34:51
Author: arojas
Revision: 463085
archrelease: copy trunk to extra-any
Added:
perl-mozilla-ca/repos/extra-any/PKGBUILD
(from rev 463084, perl-mozilla-ca/trunk/PKGBUILD)
Deleted:
perl-mozilla-ca/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-05 21:34:42 UTC (rev 463084)
+++ PKGBUILD 2022-12-05 21:34:51 UTC (rev 463085)
@@ -1,41 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Justin Davis (juster) <[email protected]>
-
-pkgname=perl-mozilla-ca
-pkgver=20211001
-pkgrel=1
-pkgdesc="Mozilla's CA cert bundle in PEM format (using system CA store)"
-arch=('any')
-license=('GPL2' 'LGPL2.1')
-options=('!emptydirs')
-depends=('perl' 'ca-certificates')
-url='https://metacpan.org/release/Mozilla-CA'
-source=("https://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz")
-sha512sums=('dc3d96de93b4b193861142afe5f8120a09faa0c105ba0cc2832e4d0c9f2611bbefa8046620a67267e6c374e5abde0ad829279f62acf8a7e411fd75c182745969')
-
-prepare() {
- cd Mozilla-CA-$pkgver
- # Use system CA store. Replacing the copy in the source tree so the test
suite is actually run against it.
- ln -sf /etc/ssl/certs/ca-certificates.crt lib/Mozilla/CA/cacert.pem
-}
-
-build() {
- cd Mozilla-CA-$pkgver
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd Mozilla-CA-$pkgver
- make test
-}
-
-package() {
- cd Mozilla-CA-$pkgver
- make install DESTDIR="$pkgdir"
-
- # Replace CA store here again because the symlink was installed as a file
- ln -sf /etc/ssl/certs/ca-certificates.crt
"$pkgdir"/usr/share/perl5/vendor_perl/Mozilla/CA/cacert.pem
-}
-
-# vim:set ts=2 sw=2 et:
Copied: perl-mozilla-ca/repos/extra-any/PKGBUILD (from rev 463084,
perl-mozilla-ca/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-05 21:34:51 UTC (rev 463085)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Justin Davis (juster) <[email protected]>
+
+pkgname=perl-mozilla-ca
+pkgver=20221114
+pkgrel=1
+pkgdesc="Mozilla's CA cert bundle in PEM format (using system CA store)"
+arch=('any')
+license=('GPL2' 'LGPL2.1')
+options=('!emptydirs')
+depends=('perl' 'ca-certificates')
+url='https://metacpan.org/release/Mozilla-CA'
+source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Mozilla-CA-$pkgver.tar.gz")
+sha512sums=('c996576cf48c1c0691c5fdde6a029f713dfd4d3f2068754702c8015b90faaf119bd54d673d9ad7cfe0c2f33307b230a7b6282af1dccbcf8a01f1290d5bb9fe81')
+
+prepare() {
+ cd Mozilla-CA-$pkgver
+ # Use system CA store. Replacing the copy in the source tree so the test
suite is actually run against it.
+ ln -sf /etc/ssl/certs/ca-certificates.crt lib/Mozilla/CA/cacert.pem
+}
+
+build() {
+ cd Mozilla-CA-$pkgver
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Mozilla-CA-$pkgver
+ make test
+}
+
+package() {
+ cd Mozilla-CA-$pkgver
+ make install DESTDIR="$pkgdir"
+
+ # Replace CA store here again because the symlink was installed as a file
+ ln -sf /etc/ssl/certs/ca-certificates.crt
"$pkgdir"/usr/share/perl5/vendor_perl/Mozilla/CA/cacert.pem
+}
+
+# vim:set ts=2 sw=2 et: