git » konsole.git » commit af02de7

KDE Applications 15.12

author Antonio Rojas
2015-12-16 07:08:40 UTC
committer Antonio Rojas
2015-12-16 07:08:40 UTC
parent b5861d10f93092f2087d6398e1706737aeeb01f9

KDE Applications 15.12

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 67fa474..e50475f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=konsole
-pkgver=15.08.3
-pkgrel=2
+pkgver=15.12.0
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://kde.org/applications/system/konsole/'
 pkgdesc="Terminal"
@@ -14,7 +14,7 @@ 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=('5bc8ca494daf4cd2d634b04cb2a2fb373c4c820f')
+sha1sums=('56bcfda7fb33b957c75e96efa8b48318e3799a89')
 
 build() {
   cd "${srcdir}"