Date: Wednesday, December 13, 2017 @ 05:05:26 Author: svenstaro Revision: 274111
Use https Modified: freeimage/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-12-13 05:03:32 UTC (rev 274110) +++ PKGBUILD 2017-12-13 05:05:26 UTC (rev 274111) @@ -13,7 +13,7 @@ url="http://freeimage.sourceforge.net/" depends=('gcc-libs') makedepends=('dos2unix' 'clang') # Remove clang when this compiles with gcc 5.1 -source=("http://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip") +source=("https://downloads.sourceforge.net/project/freeimage/Source%20Distribution/${pkgver}/FreeImage${pkgver//./}.zip") md5sums=('459e15f0ec75d6efa3c7bd63277ead86') build() {
