Date: Sunday, October 30, 2022 @ 14:20:06
Author: felixonmars
Revision: 1339453
archrelease: copy trunk to community-x86_64
Added:
perl-net-libidn2/repos/community-x86_64/PKGBUILD
(from rev 1339452, perl-net-libidn2/trunk/PKGBUILD)
Deleted:
perl-net-libidn2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-10-30 14:19:57 UTC (rev 1339452)
+++ PKGBUILD 2022-10-30 14:20:06 UTC (rev 1339453)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: John D Jones III
<j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name
google offers a mail service at ending in dot com>
-# Generator : CPANPLUS::Dist::Arch 1.28
-
-pkgname=perl-net-libidn2
-pkgver=1.01
-pkgrel=3
-pkgdesc="Perl bindings for GNU Libidn2"
-arch=('x86_64')
-url='https://search.cpan.org/dist/Net-LibIDN2'
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('libidn2' 'perl')
-makedepends=('perl-module-build')
-source=("https://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN2-$pkgver.tar.gz")
-sha512sums=('b3eb430c99a458e9e5fbd16fb6b059bd660a995be7ebe806b44b46160db7a5502806d503ec03667ef9865634f403db2e665c3dcad58f4e221e918ef4d78eabd0')
-
-build() {
- cd Net-LibIDN2-$pkgver
- perl Build.PL installdirs=vendor
- perl Build
-}
-
-check() {
- cd Net-LibIDN2-$pkgver
- perl Build test
-}
-
-package() {
- cd Net-LibIDN2-$pkgver
- perl Build install destdir="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: perl-net-libidn2/repos/community-x86_64/PKGBUILD (from rev 1339452,
perl-net-libidn2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-10-30 14:20:06 UTC (rev 1339453)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: John D Jones III
<j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name
google offers a mail service at ending in dot com>
+# Generator : CPANPLUS::Dist::Arch 1.28
+
+pkgname=perl-net-libidn2
+pkgver=1.02
+pkgrel=1
+pkgdesc="Perl bindings for GNU Libidn2"
+arch=('x86_64')
+url='https://search.cpan.org/dist/Net-LibIDN2'
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('libidn2' 'perl')
+makedepends=('perl-module-build')
+source=("https://search.cpan.org/CPAN/authors/id/T/TH/THOR/Net-LibIDN2-$pkgver.tar.gz")
+sha512sums=('c421b6a675e08993d0e9ae4cb11a666d3ecd9cd11c112399ce2d2ec49c3b21e462fe0e6043d3dc821bc31f4880b3b0415ce16f946cc537101a633b8d19234855')
+
+build() {
+ cd Net-LibIDN2-$pkgver
+ perl Build.PL installdirs=vendor
+ perl Build
+}
+
+check() {
+ cd Net-LibIDN2-$pkgver
+ perl Build test
+}
+
+package() {
+ cd Net-LibIDN2-$pkgver
+ perl Build install destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et: