git » ktexteditor.git » commit cc59ef3

KDE Frameworks 5.11

author Antonio Rojas
2015-06-10 20:56:07 UTC
committer Antonio Rojas
2015-06-10 20:56:07 UTC
parent 74072f8c1de6fd773a2a53b26db1257092db37a5

KDE Frameworks 5.11

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index af6482a..06d281a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=ktexteditor
-pkgver=5.10.0
+pkgver=5.11.0
 pkgrel=1
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
         'pkgbuild-syntax-highlight.patch')
-md5sums=('430fcb2ea495a0fd847bbd29035f2b5e'
+md5sums=('002fa8c6862fc2e59d14fad1a2feb6cb'
          'cc66f75c967dd7ac7c97375875772d69')
 
 prepare() {