summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRene Borchers2017-08-14 06:57:01 +0200
committerRene Borchers2017-08-14 06:57:01 +0200
commitab6394de8b891e96e22e3b2fdaecd4a4e77ddd72 (patch)
tree1bcce6d445ca2cea093f0e82f27ce0c671260d8d /PKGBUILD
parent57ec7daad9be766f1214c1a9acfb4f1cabfb365b (diff)
downloadaur-ab6394de8b891e96e22e3b2fdaecd4a4e77ddd72.tar.gz
Added version-check for python2-oauth2client
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44a53d527a85..1e05674a33eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Wang Jiajun <amesists AT gmail DOT com>
+# Maintainer: Wang Jiajun <amesists ATgmail DOT com>
pkgname=python2-goobook
_pkgname=goobook
pkgver=1.9
@@ -7,7 +7,7 @@ pkgdesc="Search your google contacts from the command-line or mutt."
url="https://gitlab.com/goobook/goobook"
arch=('any')
license=('GPLv3')
-depends=('python2' 'python2-gdata' 'python2-simplejson' 'python2-keyring' 'python2-httplib2' 'python2-oauth2client')
+depends=('python2' 'python2-gdata' 'python2-simplejson' 'python2-keyring' 'python2-httplib2' 'python2-oauth2client>1.4.11')
makedepends=('python2-setuptools')
source=("https://pypi.python.org/packages/source/g/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
md5sums=('41f2246336ea713591e7d912d9d05193')