git » kio.git » commit c30fbf7

Fix previous commit

author Antonio Rojas
2017-08-24 12:44:38 UTC
committer Antonio Rojas
2017-08-24 12:44:38 UTC
parent 80acf7ecbdcb1f2ca81d851e869ef089adfaed98

Fix previous commit

PKGBUILD +6 -3

diff --git a/PKGBUILD b/PKGBUILD
index e696e94..4c4626e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 
 pkgname=kio
 pkgver=5.37.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Resource and network access abstraction'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
@@ -14,10 +14,12 @@ optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctoo
             'knetattach: to add new kio-remote entries')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}
-        kio-no-kinit-dependency.patch::"https://cgit.kde.org/kio.git/patch/?id=c85a8e03")
+        kio-no-kinit-dependency.patch::"https://cgit.kde.org/kio.git/patch/?id=c85a8e03"
+        kio-no-kinit-dependency2.patch::"https://cgit.kde.org/kio.git/patch/?id=e72b70a0")
 sha256sums=('49448ebcfe182805f8f9cd40c1e2c8e686578cc2e7fa3688204d5ca4e182ac5b'
             'SKIP'
-            'c4bfae6a1fb228bf009d7b7a0e3cb34ed0be3bfce4293f543084e4e450577c4a')
+            'c4bfae6a1fb228bf009d7b7a0e3cb34ed0be3bfce4293f543084e4e450577c4a'
+            '6a08f516224e4031529b8266e2c2cfb85522bc62d50eadd4d2e625373790460b')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
 
 prepare() {
@@ -25,6 +27,7 @@ prepare() {
 
   cd $pkgname-$pkgver
   patch -p1 -i ../kio-no-kinit-dependency.patch # prevent circular dependency kio <-> kinit
+  patch -p1 -i ../kio-no-kinit-dependency2.patch
 }
 
 build() {