[arch-commits] Commit in kio-gdrive/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Oct 21 20:06:08 UTC 2018


    Date: Sunday, October 21, 2018 @ 20:06:08
  Author: arojas
Revision: 398297

Update to 1.2.5

Modified:
  kio-gdrive/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-21 20:00:32 UTC (rev 398296)
+++ PKGBUILD	2018-10-21 20:06:08 UTC (rev 398297)
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas <arojas at archlinux.org>
 
 pkgname=kio-gdrive
-pkgver=1.2.4
-pkgrel=2
+pkgver=1.2.5
+pkgrel=1
 arch=(x86_64)
 pkgdesc="KIO Slave to access Google Drive"
 url="https://community.kde.org/KIO_GDrive"
@@ -9,18 +9,13 @@
 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}
-        kdebug-375765.patch::"https://cgit.kde.org/kio-gdrive.git/patch/?id=1b710a46")
-sha256sums=('ba903a5bf3b538d42a09bf4d6192e9f06f7e1f80bf5cb4b5c7163b251142c0fc'
-            'SKIP'
-            '9b2307676a2037467aa601b2d51b56184948d151a0c3e9c1c1542b3546344c29')
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('1523c87f3f679cecbef0a2158a133f84379a0b276000c0233c34041b9c14d605'
+            'SKIP')
 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