aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-13 20:10:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-13 20:12:07 -0300
commita7095c65b13127ba82daadc23347c402b7e5f2d3 (patch)
tree78db23eb6569f8f9825d5428bf5b012959e2c7d5
parent405c417255b2e1bc8d0b4a7e9209cf9137abfca2 (diff)
downloadaports-a7095c65b13127ba82daadc23347c402b7e5f2d3.tar.bz2
aports-a7095c65b13127ba82daadc23347c402b7e5f2d3.tar.xz
testing/libxml++-2.6: fix license, add missing perl dep
-rw-r--r--testing/libxml++-2.6/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/libxml++-2.6/APKBUILD b/testing/libxml++-2.6/APKBUILD
index 5112afd722..a30a0f131d 100644
--- a/testing/libxml++-2.6/APKBUILD
+++ b/testing/libxml++-2.6/APKBUILD
@@ -3,12 +3,12 @@
pkgname=libxml++-2.6
_pkgname=libxml++
pkgver=2.40.1
-pkgrel=0
+pkgrel=1
pkgdesc="libbxml++ is a C++ wrapper for the libxml XML parser library."
url="http://libxmlplusplus.sourceforge.net/"
arch="all"
-license="GPL-2.0"
-makedepends="libxml2-dev glibmm-dev"
+license="LGPL-2.1-only"
+makedepends="libxml2-dev glibmm-dev perl-dev"
subpackages="$pkgname-dev $pkgname-doc"
source="https://download.gnome.org/sources/$_pkgname/${pkgver%.[0-9]*}/$_pkgname-$pkgver.tar.xz"
builddir="$srcdir/$_pkgname-$pkgver"