author | Felix Yan
<felixonmars@archlinux.org> 2016-04-11 04:04:06 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-04-11 04:04:06 UTC |
parent | 6166cffb357d9f1313edc3bef298fd7f46ae6d75 |
PKGBUILD | +5 | -9 |
diff --git a/PKGBUILD b/PKGBUILD index 4d3afc2..6da9a8f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=ktexteditor -pkgver=5.20.0 -pkgrel=3 +pkgver=5.21.0 +pkgrel=1 pkgdesc='Advanced embeddable text editor' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' @@ -12,19 +12,15 @@ depends=('kparts' 'libgit2') makedepends=('extra-cmake-modules' 'python') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" - 'pkgbuild-syntax-highlight.patch' - ktexteditor-selection.patch::"https://quickgit.kde.org/?p=ktexteditor.git&a=commitdiff&h=f7f330b2&o=plain") -md5sums=('4e4cdc9d49dd3a3a865d91ffaec392ba' - '3a03efe92f1403991c51f2859ee092f6' - '4ddfd71ab48c7e1a7f25333c8bdd0f39') + 'pkgbuild-syntax-highlight.patch') +md5sums=('fadc9c3d3a35fb65e05160a400d45b59' + '3a03efe92f1403991c51f2859ee092f6') prepare() { mkdir -p build cd ${pkgname}-${pkgver} patch -p0 -i "${srcdir}"/pkgbuild-syntax-highlight.patch -# Fix text selection - patch -p1 -i ../ktexteditor-selection.patch } build() {