author | Felix Yan
<felixonmars@archlinux.org> 2016-09-14 09:30:53 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-09-14 09:30:53 UTC |
parent | 77d73e2c144ba8457ad19c06179a344f21c69997 |
PKGBUILD | +4 | -10 |
diff --git a/PKGBUILD b/PKGBUILD index 6b72fdc..a85bf91 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kio -pkgver=5.25.0 -pkgrel=2 +pkgver=5.26.0 +pkgrel=1 pkgdesc='Resource and network access abstraction' arch=('i686' 'x86_64') url='https://community.kde.org/Frameworks' @@ -12,17 +12,11 @@ depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 'desktop-file-ut makedepends=('extra-cmake-modules' 'kdoctools' 'python') optdepends=('kio-extras: extra protocols support (sftp, fish and more)') groups=('kf5') -source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" - kdebug-366795.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=fcbfb61a&o=plain") -md5sums=('0077d90029c34f734fb661912f2213d1' - 'f8fcb4c3de5d3f1f2a9a2fc30bed6965') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +md5sums=('c525ec050558e2d5c372616b8848aef8') prepare() { mkdir -p build - -# Fix pasting files in SMB/MTP paths http://bugs.kde.org/show_bug.cgi?id=366795 - cd $pkgname-$pkgver - patch -p1 -i ../kdebug-366795.patch } build() {