summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-10-31 16:16:34 +0100
committerMartin T. H. Sandsmark2020-10-31 16:16:34 +0100
commitda95dc15ec35c5de1be8dddaec1b1ee6374419bf (patch)
tree085d5a62488058e66571f6a87db2a89106ae005e
parentd5bccfc1f827a8a56a816c56fa809e16f7c77099 (diff)
downloadaur-da95dc15ec35c5de1be8dddaec1b1ee6374419bf.tar.gz
forgot dependencies
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d43462c9787c..e02052f0d67c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = kde2-kdelibs-git
license = GPL2
makedepends = cmake
makedepends = git
+ depends = qt2-git
provides = kde2-kdelibs
conflicts = kde2-kdelibs
source = git+https://github.com/sandsmark/kdelibs.git
diff --git a/PKGBUILD b/PKGBUILD
index 8622aad42781..99a4193e7e45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=(i686 x86_64)
url="https://github.com/sandsmark/kde${_module}"
license=("GPL2")
groups=(kde2)
+depends=(qt2-git)
makedepends=(cmake git)
provides=(kde2-kde${_module})
conflicts=(kde2-kde${_module})