git » ktexteditor.git » commit b9c1f67

Upstream release

author Felix Yan
2016-08-14 16:05:09 UTC
committer Felix Yan
2016-08-14 16:05:09 UTC
parent b4842d96e994cefc6403bf4a41671c53492db816

Upstream release

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index e4d4bf3..d19bf4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=ktexteditor
-pkgver=5.24.0
+pkgver=5.25.0
 pkgrel=1
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
         'pkgbuild-syntax-highlight.patch')
-md5sums=('841582f66cde2bb2712f19fe3dc2d6a3'
+md5sums=('c34217c409480ac45f48693c72e3ed8a'
          '3a03efe92f1403991c51f2859ee092f6')
 
 prepare() {