qxmpp: fix license (LGPL-2.1)
This commit is contained in:
parent
f786f81af8
commit
60ab488c72
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'qxmpp'
|
# Template file for 'qxmpp'
|
||||||
pkgname=qxmpp
|
pkgname=qxmpp
|
||||||
version=0.9.3
|
version=0.9.3
|
||||||
revision=1
|
revision=2
|
||||||
build_style=qmake
|
build_style=qmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="qt5-devel"
|
makedepends="qt5-devel"
|
||||||
short_desc="Cross-platform C++ XMPP client and server library"
|
short_desc="Cross-platform C++ XMPP client and server library"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-3"
|
license="LGPL-2.1"
|
||||||
homepage="https://github.com/qxmpp-project/qxmpp/"
|
homepage="https://github.com/qxmpp-project/qxmpp/"
|
||||||
distfiles="https://github.com/qxmpp-project/qxmpp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/qxmpp-project/qxmpp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=13f5162a1df720702c6ae15a476a4cb8ea3e57d861a992c4de9147909765e6de
|
checksum=13f5162a1df720702c6ae15a476a4cb8ea3e57d861a992c4de9147909765e6de
|
||||||
|
|
Loading…
Reference in a new issue