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

Gaëtan Bisson bisson at archlinux.org
Sat Jun 16 16:54:55 UTC 2018


    Date: Saturday, June 16, 2018 @ 16:54:55
  Author: bisson
Revision: 327065

use https urls

Modified:
  pinentry/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-16 16:05:08 UTC (rev 327064)
+++ PKGBUILD	2018-06-16 16:54:55 UTC (rev 327065)
@@ -6,7 +6,7 @@
 pkgver=1.1.0
 pkgrel=4
 pkgdesc='Collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol'
-url='http://gnupg.org/related_software/pinentry/'
+url='https://gnupg.org/related_software/pinentry/'
 arch=('x86_64')
 license=('GPL')
 depends=('ncurses' 'libcap' 'libassuan' 'libsecret')
@@ -15,7 +15,7 @@
             'qt5-base: qt backend'
             'gcr: gnome3 backend')
 validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6')
-source=("ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
         'pinentry')
 sha256sums=('68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570'
             'SKIP'



More information about the arch-commits mailing list