summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMladen Milinkovic2019-07-06 04:50:53 +0200
committerMladen Milinkovic2019-07-06 04:50:53 +0200
commitba1535b3bd2bcb993f1ae069487a1332e37585b2 (patch)
treedeffab086d51b14b9e3409330bab182e8c5fd3e7
parentb8a86945de5adce828dfb4480bec6f7d6a636191 (diff)
downloadaur-ba1535b3bd2bcb993f1ae069487a1332e37585b2.tar.gz
Added missing dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ef79346ed94..afa7c849b62f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-kdoctools
pkgdesc = Documentation generation from docbook (mingw-w64)
pkgver = 5.45.0
- pkgrel = 2
+ pkgrel = 3
url = https://community.kde.org/Frameworks
arch = any
groups = mingw-w64-kf5
@@ -12,6 +12,8 @@ pkgbase = mingw-w64-kdoctools
makedepends = mingw-w64-qt5-tools
makedepends = extra-cmake-modules
makedepends = qt5-tools
+ makedepends = mingw-w64-libxslt
+ makedepends = mingw-w64-libxml2
depends = mingw-w64-karchive
depends = mingw-w64-docbook-wrapper
depends = docbook-xsl
diff --git a/PKGBUILD b/PKGBUILD
index 2eadfaa82a6a..8dd58acf2fd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
_pkgname=kdoctools
pkgname=mingw-w64-$_pkgname
pkgver=5.45.0
-pkgrel=2
+pkgrel=3
arch=(any)
pkgdesc="Documentation generation from docbook (mingw-w64)"
license=("LGPL")
depends=(mingw-w64-karchive mingw-w64-docbook-wrapper docbook-xsl "docbook-xml>=4.5")
groups=(mingw-w64-kf5)
-makedepends=(mingw-w64-extra-cmake-modules perl-uri mingw-w64-ki18n mingw-w64-qt5-tools extra-cmake-modules qt5-tools)
+makedepends=(mingw-w64-extra-cmake-modules perl-uri mingw-w64-ki18n mingw-w64-qt5-tools
+ extra-cmake-modules qt5-tools mingw-w64-libxslt mingw-w64-libxml2)
options=(staticlibs !strip !buildflags)
url="https://community.kde.org/Frameworks"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$_pkgname-${pkgver}.tar.xz"{,.sig})