aboutsummaryrefslogtreecommitdiffstats
path: root/testing/karchive
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2019-06-25 17:59:59 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-25 13:29:36 -0300
commit9729afd8c0f61b254008400a416a15c310571c69 (patch)
treef7257263b234b847522f55e81556b9a6156d2ac3 /testing/karchive
parent10fa254fe9e1f372bbcadea8be1cd2ee348e80e2 (diff)
downloadaports-9729afd8c0f61b254008400a416a15c310571c69.tar.bz2
aports-9729afd8c0f61b254008400a416a15c310571c69.tar.xz
testing/karchive: add more makedepends
Diffstat (limited to 'testing/karchive')
-rw-r--r--testing/karchive/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/karchive/APKBUILD b/testing/karchive/APKBUILD
index 7fd360fccc..041b012261 100644
--- a/testing/karchive/APKBUILD
+++ b/testing/karchive/APKBUILD
@@ -2,12 +2,13 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=karchive
pkgver=5.59.0
-pkgrel=0
+pkgrel=1
pkgdesc="Qt 5 addon providing access to numerous types of archives"
arch="all"
url="https://community.kde.org/Frameworks"
license="LGPL-2.0-only AND LGPL-2.1-or-later"
-makedepends="extra-cmake-modules doxygen qt5-qttools-dev"
+depends_dev="bzip2-dev xz-dev"
+makedepends="$depends_dev extra-cmake-modules doxygen graphviz qt5-qttools-dev"
source="https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
subpackages="$pkgname-dev $pkgname-doc"