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

Antonio Rojas arojas at archlinux.org
Thu Apr 25 20:38:18 UTC 2019


    Date: Thursday, April 25, 2019 @ 20:38:17
  Author: arojas
Revision: 454044

https

Modified:
  mtpfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-25 20:37:40 UTC (rev 454043)
+++ PKGBUILD	2019-04-25 20:38:17 UTC (rev 454044)
@@ -7,11 +7,11 @@
 pkgrel=3
 pkgdesc="A FUSE filesystem that supports reading and writing from any MTP device"
 arch=('x86_64')
-url="http://www.adebenham.com/mtpfs/"
+url="https://www.adebenham.com/mtpfs/"
 license=('GPL3')
 depends=('libmtp' 'glib2' 'libid3tag' 'fuse2' 'libmad')
 makedepends=('pkg-config')
-source=(http://www.adebenham.com/files/mtp/${pkgname}-${pkgver}.tar.gz)
+source=(https://www.adebenham.com/files/mtp/${pkgname}-${pkgver}.tar.gz)
 sha512sums=('627f1a5efa024276f58857e0cb2a2b3057ab9ba6c26d8dcba9de066f4c0efc56a5c991e000e67763b874ee9feb1d9a1e176872b56dd13b146823e8724f2052c8')
 
 build() {



More information about the arch-commits mailing list