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

Jelle van der Waa jelle at archlinux.org
Wed Jun 21 10:10:02 UTC 2017


    Date: Wednesday, June 21, 2017 @ 10:10:01
  Author: jelle
Revision: 299106

Fix FS#49933

change the source's URL scheme to https: and include the public key fingerprint

Modified:
  mtools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-21 10:08:54 UTC (rev 299105)
+++ PKGBUILD	2017-06-21 10:10:01 UTC (rev 299106)
@@ -4,10 +4,10 @@
 
 pkgname=mtools
 pkgver=4.0.18
-pkgrel=3
+pkgrel=4
 pkgdesc="A collection of utilities to access MS-DOS disks"
 arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/mtools/"
+url="https://www.gnu.org/software/mtools/"
 license=('GPL')
 depends=('sh')
 makedepends=('texinfo' 'libx11' 'libsm')
@@ -14,8 +14,11 @@
 optdepends=('libx11: required by floppyd'
 	    'libsm:  required by floppyd')
 backup=('etc/mtools.conf')
-source=("http://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('a23646617546bf6ad56f061d8b283c85')
+source=("https://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2"
+        "https://ftp.gnu.org/gnu/mtools/${pkgname}-${pkgver}.tar.bz2.sig")
+validpgpkeys=('E151F8F54AE4F4E9019F037BC80631B26F431961')
+md5sums=('a23646617546bf6ad56f061d8b283c85'
+         'SKIP')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list