git » kio-extras.git » commit 5d5d010

KDE Applications 15.12.2

author Antonio Rojas
2016-02-16 00:03:16 UTC
committer Antonio Rojas
2016-02-16 00:03:16 UTC
parent a2b982dfe8b3bcf56c04f00fa2300a8d6ae41114

KDE Applications 15.12.2

PKGBUILD +4 -10

diff --git a/PKGBUILD b/PKGBUILD
index 37e9a86..30b1d0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kio-extras
-pkgver=15.12.1
-pkgrel=2
+pkgver=15.12.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"
-	bug359015.patch::"https://quickgit.kde.org/?p=kio-extras.git&a=commitdiff&h=af92d618&o=plain")
-md5sums=('5a45e9df178f3bba38f257be6e026f22'
-         'e47b7f6af98cce2c36929731e3bb2ea5')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('c72a4a5731aa6d74e513066c78c8f2df')
 
 prepare() {
   mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix deprecated perl syntax http://bugs.kde.org/show_bug.cgi?id=359015
-  patch -p1 -i ../bug359015.patch
 }
 
 build() {