From 0d8df8f462443af83a85209faf31d6f33d6aacba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Mon, 14 Aug 2017 20:09:50 +0200 Subject: [PATCH] inkscape: fix distfile URL and checksum --- srcpkgs/inkscape/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/inkscape/template b/srcpkgs/inkscape/template index 1ae50feb83f..a2a934a8088 100644 --- a/srcpkgs/inkscape/template +++ b/srcpkgs/inkscape/template @@ -17,8 +17,8 @@ short_desc="Vector-based drawing program" maintainer="Juan RP " homepage="http://inkscape.org/" license="GPL-2, LGPL-2.1" -distfiles="https://inkscape.org/gallery/item/11254/${pkgname}-${version}.tar.bz2>${pkgname}-${version}.tar.bz2" -checksum=6d98fa4deb85011f432ab00c14954ac3f7832d6e32822c962539b8e57d2c2810 +distfiles="https://inkscape.org/en/gallery/item/11254/${pkgname}-${version}.tar.bz2" +checksum=a628d0e04c254e9840947e6d866974f92c68ae31631a38b94d9b65e5cd84cfd3 # Use c++11 mode and reduce log spam due to gcc6 warnings CXXFLAGS="-std=c++11 -Wno-deprecated -Wno-misleading-indentation -Wno-cast-align"