[arch-commits] Commit in perl-net-openssh/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sun Aug 30 13:02:55 UTC 2020


    Date: Sunday, August 30, 2020 @ 13:02:55
  Author: bluewind
Revision: 692784

upgpkg: perl-net-openssh 0.79-1: upstream update

Modified:
  perl-net-openssh/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-30 13:02:01 UTC (rev 692783)
+++ PKGBUILD	2020-08-30 13:02:55 UTC (rev 692784)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz <bluewind at xinu.at>
 
 pkgname=perl-net-openssh
-pkgver=0.78
-pkgrel=3
+pkgver=0.79
+pkgrel=1
 pkgdesc='Perl SSH client package implemented on top of OpenSSH'
 arch=(any)
 license=(PerlArtistic GPL)
@@ -9,9 +9,9 @@
 options=(!emptydirs)
 depends=(perl)
 url=https://metacpan.org/release/Net-OpenSSH
-source=("https://search.cpan.org/CPAN/authors/id/S/SA/SALVA/Net-OpenSSH-$pkgver.tar.gz")
-md5sums=(7289656f3abf30a7d5e39a748ca40fad)
-sha512sums=(5130b9fa0963955397c2fcbf2c317f42bb3a8c181e2d2a73d58b901ff9a9bfb477322fd6b80134f1e67c4c6f661978ffb214317686ab6d8e38a13558d9156307)
+source=("https://cpan.metacpan.org/authors/id/S/SA/SALVA/Net-OpenSSH-$pkgver.tar.gz")
+md5sums=(7607c80ac480e717063c5254576ca527)
+sha512sums=(385e4ef8b1e8e503ff097a68211af3e0258649710ac292e8dee5b752b263dd7546c23d5d60e9926acc129e33ca36cf2ad47ef0ab41faf8acc155e392a268856f)
 _ddir="Net-OpenSSH-$pkgver"
 
 build()
@@ -35,7 +35,6 @@
 (
   cd "$srcdir/$_ddir"
   make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 )
 
 # Local Variables:



More information about the arch-commits mailing list