Date: Sunday, January 24, 2016 @ 12:01:50 Author: arojas Revision: 258552
Update to beta 2 Modified: kdevelop/kde-unstable/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-24 10:37:56 UTC (rev 258551) +++ PKGBUILD 2016-01-24 11:01:50 UTC (rev 258552) @@ -3,14 +3,14 @@ # Contributor: Giovanni Scafora <[email protected]> pkgname=kdevelop -pkgver=4.90.90 -pkgrel=2 +pkgver=4.90.91 +pkgrel=1 pkgdesc='A C/C++ development environment for KDE' arch=(i686 x86_64) url='http://www.kdevelop.org/' license=(GPL) -depends=(kdevplatform clang) -makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools plasma-framework krunner) +depends=(kdevplatform clang libksysguard) +makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt clang llvm qt5-tools plasma-framework krunner) # okteta optdepends=('konsole: embedded terminal' 'git: Git support' 'subversion: SVN support' @@ -19,12 +19,13 @@ 'qt5-doc: Qt documentation integration' 'cmake: cmake integration' 'qt5-tools: qthelp plugin' +# 'okteta: hex editor integration' 'plasma-framework: for the plasma addons') conflicts=(kdevelop-qmljs) replaces=(kdevelop-qmljs) install="$pkgname.install" source=("http://download.kde.org/unstable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz") -sha1sums=('acb0eba5b5bfefdd2f6e41d61f88c49f132c727f') +sha1sums=('b56ba171d6ec42259664c088d80588a765d9c132') prepare() { mkdir -p build
