diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/loudmouth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/loudmouth/APKBUILD b/testing/loudmouth/APKBUILD index 3dbb7eb71..022706d64 100644 --- a/testing/loudmouth/APKBUILD +++ b/testing/loudmouth/APKBUILD @@ -6,10 +6,10 @@ pkgrel=0 pkgdesc="A lightweight Jabber client library" url="http://groups.google.com/group/loudmouth-dev" arch="all" -license="LGPL" +license="LGPL2+" depends="" depends_dev="pkgconfig" -makedepends="$depends_dev glib-dev gnutls-dev libidn-dev libasyncns-dev" +makedepends="$depends_dev glib-dev gnutls-dev libidn-dev libasyncns-dev check-dev" #libasyncns-dev install="" subpackages="$pkgname-dev $pkgname-doc" |