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

Jelle van der Waa jelle at archlinux.org
Wed Nov 23 21:09:49 UTC 2016


    Date: Wednesday, November 23, 2016 @ 21:09:48
  Author: jelle
Revision: 196620

Use https for source=()

Modified:
  s3cmd/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-23 21:08:13 UTC (rev 196619)
+++ PKGBUILD	2016-11-23 21:09:48 UTC (rev 196620)
@@ -14,7 +14,7 @@
 makedepends=('python2-setuptools')
 optdepends=('gnupg: encrypted file storage'
             'python2-magic: determine mimetype based on contents')
-source=("http://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$pkgver.tar.gz")
+source=("https://downloads.sourceforge.net/sourceforge/s3tools/$pkgname-$pkgver.tar.gz")
 md5sums=('d7477e7000a98552932d23e279d69a11')
 
 package() {



More information about the arch-commits mailing list