summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2018-11-03 13:31:43 +0100
committerMartin T. H. Sandsmark2018-11-03 13:31:43 +0100
commit91658434909f9decba4d1cffc5385c839b3409de (patch)
tree17068373aea9685cf4d750e7d0dfa0dafaaa150d
parent3f731e5192ad79cf09e1f93acf8226ae38ad094d (diff)
downloadaur-91658434909f9decba4d1cffc5385c839b3409de.tar.gz
konsole doesn't depend on git versions of its dependencies
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b346702f51e5..0d25d55099bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="KDE's terminal emulator"
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/applications/konsole'
license=('GPL' 'LGPL' 'FDL')
-depends=('knotifyconfig-git' 'kpty-git' 'kparts-git')
-makedepends=('extra-cmake-modules-git' 'git' 'kdoctools-git' 'python')
+depends=('knotifyconfig' 'kpty' 'kparts')
+makedepends=('extra-cmake-modules' 'git' 'kdoctools' 'python')
provides=('konsole')
conflicts=('konsole' 'kdebase-konsole')
source=('git://anongit.kde.org/konsole.git')