summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeifeng Yu2018-10-17 13:37:00 -0400
committerPeifeng Yu2018-10-17 13:37:00 -0400
commit6b1d19cb034cd739ab378b3f97996ddb2c7f3560 (patch)
tree8d6ff51f93b52e2f92cadd3d5db5c9bf0a98795a /PKGBUILD
parent75087aee2469ebc4ada88bbb8a5902ba70830006 (diff)
downloadaur-kio-gdrive-git.tar.gz
Update dependencies to align with the non-git version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 5 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95a586cfa460..9fd12b7b96cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,18 @@
_pkgname=kio-gdrive
pkgname=${_pkgname}-git
-pkgver=1.1.1.r18.g75773eb
+pkgver=1.2.4.r82.gecf8a41
pkgrel=2
arch=(i686 x86_64)
pkgdesc="KIO Slave to access Google Drive"
url="https://projects.kde.org/kio-gdrive"
license=(GPL)
-depends=(libkgapi-git qtkeychain)
-makedepends=(extra-cmake-modules git kdesignerplugin)
+depends=(libkgapi kaccounts-providers)
+makedepends=(extra-cmake-modules git kdesignerplugin intltool kdoctools)
provides=($_pkgname)
conflicts=($_pkgname)
-install=${_pkgname}.install
-source=("git://anongit.kde.org/$_pkgname.git"
- "${_pkgname}.install")
-md5sums=('SKIP'
- 'cfb203a333fce621ef74188b3c8450ba')
+source=("git://anongit.kde.org/$_pkgname.git")
+md5sums=('SKIP')
pkgver() {
cd $_pkgname