[arch-commits] Commit in stow/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Sat May 25 00:01:22 UTC 2019


    Date: Saturday, May 25, 2019 @ 00:01:15
  Author: seblu
Revision: 469676

Use https and add signature


Unable to build because of perl-test-output. See FS#62738

Modified:
  stow/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-24 22:28:33 UTC (rev 469675)
+++ PKGBUILD	2019-05-25 00:01:15 UTC (rev 469676)
@@ -7,14 +7,16 @@
 pkgver=2.2.2
 pkgrel=5
 pkgdesc='Manage installation of multiple softwares in the same directory tree'
-url='http://www.gnu.org/software/stow/'
+url='https://www.gnu.org/software/stow/'
 arch=('any')
 license=('GPL2')
 depends=('perl')
 makedepends=('texi2html')
 checkdepends=('perl-test-output' 'perl-io-stringy')
-source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('8712d22b7abe26b1bef0e22818981248')
+validpgpkeys=('942B9075ACCA04E9037C73FED31B5563DAC1D4FA')
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+md5sums=('8712d22b7abe26b1bef0e22818981248'
+         'SKIP')
 
 build() {
   cd $pkgname-$pkgver



More information about the arch-commits mailing list