aboutsummaryrefslogtreecommitdiffstats
path: root/testing/libxml++
diff options
context:
space:
mode:
authorMilan P. Stanić <mps@arvanta.net>2019-06-10 13:19:17 +0200
committerMilan P. Stanić <mps@arvanta.net>2019-06-10 13:19:17 +0200
commit457498115082705c968550d22ccd4554690c5380 (patch)
treee528fee55730a75a34356f34ccfd16095ac32d0d /testing/libxml++
parent67dd4f6b150820c30abf4e38516587df5c38b0be (diff)
testing/libxml++: add perl-dev to makedepds
fix checksum
Diffstat (limited to 'testing/libxml++')
-rw-r--r--testing/libxml++/APKBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/testing/libxml++/APKBUILD b/testing/libxml++/APKBUILD
index d75b9b0be1d..6f6db79668d 100644
--- a/testing/libxml++/APKBUILD
+++ b/testing/libxml++/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=libxml++
pkgver=3.0.1
-pkgrel=2
+pkgrel=3
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"
+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"
@@ -30,6 +30,4 @@ check() {
make check
}
-md5sums="9e95424a1c7231db91ce4058546de461 libxml++-3.0.1.tar.xz"
-sha256sums="19dc8d21751806c015179bc0b83f978e65c878724501bfc0b6c1bcead29971a6 libxml++-3.0.1.tar.xz"
sha512sums="9b8ccea9df11d70bb23d7d9983b18d28c648aa0107f9654a79d1cfe97db4633b69dd4b97b76d155aca8553d014a314247851f18d0371717e44a056ee804ccd95 libxml++-3.0.1.tar.xz"