summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54ece3a53dc8..f501ea72666b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gcalert
pkgdesc = Lightweight Google Calendar notifications
pkgver = 3.2
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/codehearts/gcalert
arch = any
license = GPL
@@ -10,6 +10,7 @@ pkgbase = gcalert
depends = python-google-api-python-client
depends = python-notify2
depends = python-dateutil
+ depends = python-oauth2client
source = gcalert-3.2::https://raw.githubusercontent.com/codehearts/gcalert/v3.2/gcalert
sha256sums = 81ea48b99cbe0baa40295114ecf7c5c6a7acc4eeb774cc28ae4579f5bb70dd02
diff --git a/PKGBUILD b/PKGBUILD
index f982f9c42e12..cfb006d3d662 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=gcalert
pkgver=3.2
-pkgrel=5
+pkgrel=6
pkgdesc='Lightweight Google Calendar notifications'
arch=('any')
url=https://github.com/codehearts/gcalert
license=('GPL')
-depends=('python' 'libnotify' 'python-google-api-python-client' 'python-notify2' 'python-dateutil')
+depends=('python' 'libnotify' 'python-google-api-python-client' 'python-notify2' 'python-dateutil' 'python-oauth2client')
source=("$pkgname-$pkgver::https://raw.githubusercontent.com/codehearts/gcalert/v$pkgver/gcalert")
sha256sums=('81ea48b99cbe0baa40295114ecf7c5c6a7acc4eeb774cc28ae4579f5bb70dd02')