author | Felix Yan
<felixonmars@archlinux.org> 2016-10-09 17:27:28 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2016-10-09 17:27:28 UTC |
parent | 77a80e65931dd2209e8270bc8db1af6bdf871456 |
PKGBUILD | +4 | -10 |
diff --git a/PKGBUILD b/PKGBUILD index 863af06..eca4cad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kio -pkgver=5.26.0 -pkgrel=2 +pkgver=5.27.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" - kio-konsole.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=c784a879&o=plain") -md5sums=('c525ec050558e2d5c372616b8848aef8' - 'eade65cf460457d7fd34085478f27b6d') +source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +md5sums=('b46b822a74a038531155a4189c12afae') prepare() { mkdir -p build - -# Fix launching terminal applications - cd $pkgname-$pkgver - patch -p1 -i ../kio-konsole.patch } build() {