git » id3lib.git » commit b6e47a1

Use httpS to download source

author Guillaume Alaux
2016-11-01 10:36:50 UTC
committer Guillaume Alaux
2016-11-01 10:36:50 UTC
parent 176a8c645ccaab1cd72e17722b5597cba8ee87d0

Use httpS to download source

PKGBUILD +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index bf3429b..a53a72c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
 license=('LGPL')
 url="http://id3lib.sourceforge.net/"
 depends=('zlib' 'gcc-libs')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
         00-add-libz-to-compilation.patch
         05-create-m4-directory.patch
         10-fix-compilation-with-cpp-headers.patch