From 451a50ac49f8280e07efe15067731a2165723999 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 7 Aug 2018 10:22:58 -0300 Subject: [PATCH] libnxml: fix license= and distfiles= distfiles= upstream moved to github --- srcpkgs/libnxml/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/libnxml/template b/srcpkgs/libnxml/template index e4d1b8826d2..769a9db24ec 100644 --- a/srcpkgs/libnxml/template +++ b/srcpkgs/libnxml/template @@ -1,15 +1,15 @@ # Template file for 'libnxml' pkgname=libnxml version=0.18.3 -revision=2 +revision=3 build_style=gnu-configure +makedepends="libcurl-devel" short_desc="A C library for parsing, writing and creating XML" maintainer="Enno Boland " -license="LGPL-2" +license="LGPL-2.1-or-later" homepage="http://www.autistici.org/bakunin/libnxml/doc/" -makedepends="libcurl-devel" -distfiles="http://www.autistici.org/bakunin/$pkgname/${pkgname}-${version}.tar.gz" -checksum="0f9460e3ba16b347001caf6843f0050f5482e36ebcb307f709259fd6575aa547" +distfiles="https://github.com/bakulf/libnxml/archive/${version}.tar.gz" +checksum=30d733bade81273fa8e66c40271f629a548da83fcd6037ff0105a4f2a4e6fd75 libnxml-devel_package() { depends="${sourcepkg}>=${version}_${revision} $makedepends"