summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Hansen2020-04-01 20:46:54 -0700
committerScott Hansen2020-04-01 20:46:54 -0700
commit8c55c0c637d16aa4cd5868a7553d62160dd41fe6 (patch)
tree2d766a3a8f794ad3db9dae33849abbf7a3c6025d
parent086c5f4686ec6c660c377c34119e4351a9d749ec (diff)
downloadaur-8c55c0c637d16aa4cd5868a7553d62160dd41fe6.tar.gz
Update goobook dependencies
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f93d051bba54..c39c3e28c520 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Scott Hansen (firecat53) firecat4153 at gmail
pkgname=goobook-git
_gitname=goobook
-pkgver=3.0.1.2.g3b8c387
+pkgver=3.3.3.g79ae9a3
pkgrel=1
pkgdesc="Search your google contacts from the command-line or mutt."
arch=('any')
@@ -9,7 +9,8 @@ url="https://gitlab.com/goobook/goobook"
license=('GPL')
conflicts=('goobook')
provides=('goobook')
-depends=('python' 'python-simplejson' 'python-google-api-python-client'
+depends=('python' 'python-simplejson' 'python-google-api-core'
+ 'python-google-api-python-client' 'python-googleapis-common-protos'
'python-oauth2client')
makedepends=('git' 'python-setuptools')
source=("git+https://gitlab.com/goobook/goobook.git")