summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Durand2017-09-26 22:50:56 -0400
committerBob Durand2017-09-26 22:50:56 -0400
commit5a8dbf4289c0bf3e6716a39af6ef03d5ab251854 (patch)
treec0ed28f8eb5dfcba3d032d5ba773f4ad76fe7a6f
parent9f9b007f50d9639249ae3b49c962b57230bf26b4 (diff)
downloadaur-5a8dbf4289c0bf3e6716a39af6ef03d5ab251854.tar.gz
Fixing the kdelibs dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 370fd87080cd..b75827d98616 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ arch=('x86_64' 'i686')
url="https://github.com/ktechlab/ktechlab"
license=('GPL')
#options=(!makeflags)
-depends=('qt4')
-makedepends=('git' 'cmake' 'gcc' 'gendesk' 'automoc4' 'kdelibs')
+depends=('qt4' 'kdelibs')
+makedepends=('git' 'cmake' 'gcc' 'gendesk' 'automoc4')
source=(git+https://github.com/ktechlab/ktechlab
"$pkgname.desktop")
md5sums=('SKIP'