author | Felix Yan
<felixonmars@archlinux.org> 2016-04-11 03:45:40 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-04-11 03:45:40 UTC |
parent | 734b51756db3f3269a17130d77a4d98335c348b4 |
PKGBUILD | +4 | -10 |
diff --git a/PKGBUILD b/PKGBUILD index 68d05de..c16ac14 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kio -pkgver=5.20.0 -pkgrel=2 +pkgver=5.21.0 +pkgrel=1 pkgdesc='Resource and network access abstraction' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' @@ -14,17 +14,11 @@ makedepends=('extra-cmake-modules' 'kdoctools') optdepends=('kio-extras: extra protocols support (sftp, fish and more)') groups=('kf5') install=kio.install -source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" - kdebug-360488.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=bf37e9aa&o=plain") -md5sums=('f700e4089783d2420406b5024fef9f65' - '6e6f61fab93c7460673c6280bc215c0a') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +md5sums=('9ffc4e4ee5e63def230249942d85a344') prepare() { mkdir -p build - - cd $pkgname-$pkgver -# Fix crash in rename dialog http://bugs.kde.org/show_bug.cgi?id=360488 - patch -p1 -i ../kdebug-360488.patch } build() {