summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6f4d186eb1c5..b103872871b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=gcalcli
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='Google calendar command line interface'
arch=('any')
url=https://github.com/insanum/gcalcli
@@ -15,6 +15,7 @@ license=('MIT')
makedepends=('python-setuptools')
depends=(
'python-dateutil'
+ 'python-google-api-core'
'python-google-api-python-client'
'python-httplib2'
'python-oauth2client'