git » ark.git » commit 2f65943

KDE Applications 15.12.1

author Antonio Rojas
2016-01-12 07:19:51 UTC
committer Antonio Rojas
2016-01-12 07:19:51 UTC
parent 75e87c4f04b3f1993318221fbbf739308c737eb8

KDE Applications 15.12.1

PKGBUILD +4 -10

diff --git a/PKGBUILD b/PKGBUILD
index e543838..772fd5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=ark
-pkgver=15.12.0
-pkgrel=2
+pkgver=15.12.1
+pkgrel=1
 pkgdesc='Archiving Tool'
 arch=(i686 x86_64)
 url='http://kde.org/applications/utilities/ark/'
@@ -16,17 +16,11 @@ conflicts=(kdeutils-ark)
 replaces=(kdeutils-ark)
 groups=(kde-applications kdeutils)
 install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
-	bug357057.patch::"https://quickgit.kde.org/?p=ark.git&a=commitdiff&h=087e5a&o=plain")
-md5sums=('2fe131a931d51603eff33b80d45a73b7'
-         '4a3ae6fb4f3cce9a49f7b89812e547b3')
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('5e2a515035d7fa7dc6de3e8464c5da6e')
 
 prepare() {
   mkdir -p build
-
-# Fix opening rar files if unrar is installed but rar isn't http://bugs.kde.org/show_bug.cgi?id=357057
-  cd $pkgname-$pkgver
-  patch -p1 -i ../bug357057.patch
 }
 
 build() {