git » konsole.git » commit 50cdbc1

KDE Applications 15.04

author Antonio Rojas
2015-04-10 06:56:26 UTC
committer Antonio Rojas
2015-04-10 06:56:26 UTC
parent 89f926708a549ba56ec5c2a5d13e4aa20da224fc

KDE Applications 15.04

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 52dc445..e459b3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=konsole
-pkgver=14.12.3
+pkgver=15.04.0
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://kde.org/applications/system/konsole/'
 pkgdesc="Terminal"
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebase')
+groups=('kde-applications' 'kdebase')
 depends=('kdelibs4support' 'knotifyconfig' 'kpty')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 replaces=('kdebase-konsole')
 conflicts=('kdebase-konsole<4.14.3-2')
 source=("http://download.kde.org/stable/applications/${pkgver}/src/konsole-${pkgver}.tar.xz")
-sha1sums=('5a483a7570966f664f0ee3b2dbc7ae40441ba1dc')
+sha1sums=('62550e1a48ecc845df52759e106dff7a2a4d86e3')
 
 build() {
   cd "${srcdir}"