git » kio-extras.git » commit b54a1b5

KDE Applications 15.08.2

author Antonio Rojas
2015-10-13 06:35:19 UTC
committer Antonio Rojas
2015-10-13 06:35:19 UTC
parent 0100a6a68e1c1f78311a291e855333914732c753

KDE Applications 15.08.2

PKGBUILD +4 -10

diff --git a/PKGBUILD b/PKGBUILD
index f5de241..a6cd0f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kio-extras
-pkgver=15.08.1
-pkgrel=2
+pkgver=15.08.2
+pkgrel=1
 pkgdesc="Additional components to increase the functionality of KIO"
 arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'
@@ -13,17 +13,11 @@ depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp lib
 makedepends=(extra-cmake-modules kdoctools)
 groups=(kde-applications kdenetwork)
 install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
-	fish-delete.patch::"https://quickgit.kde.org/?p=kio-extras.git&a=commitdiff&h=311f7e1&o=plain")
-md5sums=('b2f48f8a2545b87273fa1caa50e4cf00'
-         'd0d808ed2e7d8162cdc4c694c6e2f37f')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('e4f8104669785b3651f30cecbd4ec2b0')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix delete in fish protocol https://bugs.kde.org/show_bug.cgi?id=351309
-  patch -p1 -i ../fish-delete.patch
 }
 
 build() {