summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordan soucy2016-12-12 13:42:45 -0500
committerdan soucy2016-12-12 13:42:45 -0500
commitb0d53542afe559c31aee334b90a032e8e4f28717 (patch)
tree3068ecd9ffb8ddb4585e45b03ac08d080d6d4b9e /PKGBUILD
parent779db71823727e450c6c10eea7556366ed334f7d (diff)
downloadaur-b0d53542afe559c31aee334b90a032e8e4f28717.tar.gz
version 3.4.0 rel 1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75f7a90c698b..4937ce173dba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
# Contributor: Thomas Zervogiannis
pkgname=gcalcli
-pkgver=3.3.2
-pkgrel=3
+pkgver=3.4.0
+pkgrel=1
pkgdesc='Google Calendar Command Line Interface'
arch=('any')
url=https://github.com/insanum/gcalcli
@@ -16,7 +16,7 @@ optdepends=('python2-vobject: for ics/vcal importing'
'python2-parsedatetime: for fuzzy dates/times like "now", "today",
"eod tomorrow", etc.')
source=("gcalcli-$pkgver::https://raw.githubusercontent.com/insanum/gcalcli/v$pkgver/gcalcli")
-sha256sums=('b3b1946136e140fed457778802329af7ce936da052688365e23ecb4b37e5dbe8')
+sha256sums=('9e833ae676bca4944cd9c34354f0d263ee196749fe888b235ca7aa3f200a2d59')
prepare() {
sed -i -e '1s/$/2/' -e 's/oauth2client/oauth2client1412/' gcalcli-$pkgver