[arch-commits] Commit in perl-ldap/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Jun 10 22:53:06 UTC 2021


    Date: Thursday, June 10, 2021 @ 22:53:05
  Author: felixonmars
Revision: 961860

archrelease: copy trunk to community-any

Added:
  perl-ldap/repos/community-any/PKGBUILD
    (from rev 961859, perl-ldap/trunk/PKGBUILD)
Deleted:
  perl-ldap/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-10 22:52:54 UTC (rev 961859)
+++ PKGBUILD	2021-06-10 22:53:05 UTC (rev 961860)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Tom K <tomk at runbox.com>
-
-pkgname=perl-ldap
-pkgver=0.67
-pkgrel=1
-pkgdesc="Interface to LDAP Protocol (RFC1777)"
-arch=('any')
-url="https://search.cpan.org/dist/perl-ldap"
-depends=('perl-convert-asn1' 'perl-xml-sax-writer' 'perl-text-soundex')
-license=("GPL")
-source=(https://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
-sha512sums=('1237e9d8922e3cd83a9e8237943be19e5c472a8d6f8fa8416c0ced0c093ca646f447d1e94ba78639f1fd6a7a9e755457c197bf117a3b882cef8e993b8d109cfa')
-
-build() {
-  cd  "$srcdir"/perl-ldap-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/perl-ldap-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-ldap/repos/community-any/PKGBUILD (from rev 961859, perl-ldap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-10 22:53:05 UTC (rev 961860)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Tom K <tomk at runbox.com>
+
+pkgname=perl-ldap
+pkgver=0.68
+pkgrel=1
+pkgdesc="Interface to LDAP Protocol (RFC1777)"
+arch=('any')
+url="https://search.cpan.org/dist/perl-ldap"
+depends=('perl-convert-asn1' 'perl-xml-sax-writer' 'perl-text-soundex')
+license=("GPL")
+source=(https://search.cpan.org/CPAN/authors/id/M/MA/MARSCHAP/perl-ldap-$pkgver.tar.gz)
+sha512sums=('9b6260ac997c3279585745571f7d825aac956f157aef5715f13efb118723379aa9c838fdc123e2932047b28b38ebc2261ebe82ae1ef6a1f383b775d748ff18c6')
+
+build() {
+  cd  "$srcdir"/perl-ldap-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/perl-ldap-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list