diff options
Diffstat (limited to 'extra/ktexteditor/PKGBUILD')
-rw-r--r-- | extra/ktexteditor/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/ktexteditor/PKGBUILD b/extra/ktexteditor/PKGBUILD index 2c6acc5b5..f8a3ecc34 100644 --- a/extra/ktexteditor/PKGBUILD +++ b/extra/ktexteditor/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 214176 2014-06-04 09:11:14Z andrea $ +# $Id: PKGBUILD 216707 2014-07-08 18:37:19Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=ktexteditor -pkgver=4.100.0 +pkgver=5.0.0 pkgrel=1 pkgdesc='KTextEditor framework' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('LGPL') depends=('kparts') makedepends=('extra-cmake-modules') groups=('kf5') -source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('ea3f44d4cc3b6929a1987049f4fe9329') +source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('fb438acf5b10c0e9a620916c2bfe5797') prepare() { mkdir -p build |