libnxml: fix license= and distfiles=
distfiles= upstream moved to github
This commit is contained in:
parent
5a60a444a2
commit
451a50ac49
|
@ -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 <gottox@voidlinux.eu>"
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue