[arch-commits] Commit in kio-gdrive/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Sep 30 10:17:49 UTC 2018
Date: Sunday, September 30, 2018 @ 10:17:48
Author: arojas
Revision: 388452
Fix error when downloading large files
Modified:
kio-gdrive/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-30 10:06:15 UTC (rev 388451)
+++ PKGBUILD 2018-09-30 10:17:48 UTC (rev 388452)
@@ -2,7 +2,7 @@
pkgname=kio-gdrive
pkgver=1.2.4
-pkgrel=1
+pkgrel=2
arch=(x86_64)
pkgdesc="KIO Slave to access Google Drive"
url="https://community.kde.org/KIO_GDrive"
@@ -9,13 +9,18 @@
license=(GPL)
depends=(libkgapi kaccounts-providers)
makedepends=(extra-cmake-modules kdesignerplugin kdoctools intltool)
-source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+ kdebug-375765.patch::"https://cgit.kde.org/kio-gdrive.git/patch/?id=1b710a46")
sha256sums=('ba903a5bf3b538d42a09bf4d6192e9f06f7e1f80bf5cb4b5c7163b251142c0fc'
- 'SKIP')
+ 'SKIP'
+ '9b2307676a2037467aa601b2d51b56184948d151a0c3e9c1c1542b3546344c29')
validpgpkeys=('F07D85CAA18ACF46A346FD017C7FC6EA8633B4EA') # Elvis Angelaccio <elvis.angelaccio at kde.org>
prepare() {
mkdir -p build
+
+ cd $pkgname-$pkgver
+ patch -p1 -i ../kdebug-375765.patch # Fix error when downloading large files
}
build() {
More information about the arch-commits
mailing list