author | Felix Yan
<felixonmars@archlinux.org> 2015-01-17 09:00:13 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2015-01-17 09:00:13 UTC |
parent | 231650d7b5012eb199158bd55a6aeb9143a5bc7c |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 0805ea4..f8da459 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,10 +5,10 @@ pkgbase=kate pkgname=('kwrite' 'kate') pkgver=14.12.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') license=('GPL' 'LGPL' 'FDL') -depends=('knewstuff' 'ktexteditor' 'plasma-framework' 'threadweaver' 'kinit' 'kitemmodels') +depends=('knewstuff' 'ktexteditor' 'plasma-framework' 'threadweaver' 'kded' 'kitemmodels') makedepends=('extra-cmake-modules' 'kdoctools' 'python') source=("http://download.kde.org/stable/applications/${pkgver}/src/kate-${pkgver}.tar.xz") sha1sums=('e7097f07f9876c44e482a88d7fdae0db92aa2359')