summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKate Hart2021-02-08 21:40:22 -0800
committerKate Hart2021-03-31 20:06:13 -0700
commit41fff345847e352572ccabb276d9bf43eefd54e8 (patch)
tree656ba86cf84ee23c1657007d6cdc7034d62be645 /PKGBUILD
parent9376f4cbf4d26e876e23b0d71e123a3c7cc24ea3 (diff)
downloadaur-gcalert.tar.gz
Add missing dependency to gcalert
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')