Date: Sunday, February 5, 2023 @ 23:01:18
  Author: muflone
Revision: 1392944

archrelease: copy trunk to community-x86_64

Added:
  perl-cpanel-json-xs/repos/community-x86_64/PKGBUILD
    (from rev 1392942, perl-cpanel-json-xs/trunk/PKGBUILD)
Deleted:
  perl-cpanel-json-xs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-05 23:01:14 UTC (rev 1392943)
+++ PKGBUILD    2023-02-05 23:01:18 UTC (rev 1392944)
@@ -1,37 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ordoban <[email protected]>
-
-pkgname=perl-cpanel-json-xs
-_perl_module=Cpanel-JSON-XS
-pkgver=4.29
-pkgrel=2
-pkgdesc="cPanel fork of JSON::XS, fast and correct serializing"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-url="https://metacpan.org/release/${_perl_module}";
-source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/${_perl_module}-${pkgver}.tar.gz";)
-sha512sums=('5b25b76efd62b6bd943d27603dc4372d42c01477ec8121cc78767b42252548a8fa279074c072166e6bf5ae33d328f22b3c2646b9b6c36e82f84bef2850e61026')
-
-build() {
-  cd "${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-cpanel-json-xs/repos/community-x86_64/PKGBUILD (from rev 1392942, 
perl-cpanel-json-xs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-05 23:01:18 UTC (rev 1392944)
@@ -0,0 +1,38 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ordoban <[email protected]>
+
+pkgname=perl-cpanel-json-xs
+_perl_namespace=Cpanel
+_perl_module=JSON-XS
+pkgver=4.32
+pkgrel=1
+pkgdesc="cPanel fork of JSON::XS, fast and correct serializing"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+url="https://metacpan.org/dist/${_perl_namespace}-${_perl_module}";
+source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz";)
+sha512sums=('f17809bb12c388e6344ef738abddd471d541e3854ca8775f518a4cda62f129a703bbaf85e4bf2fa960390df060a161f1ff61a3d3a35c269ae1dc4fe9af8389dd')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}

Reply via email to