summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpolyzen2015-01-24 14:56:14 -0500
committerpolyzen2015-01-24 14:56:14 -0500
commit3cadfd96f3f9ada86a6a161ef38c4e122d589266 (patch)
treecfd66ec10f835a820199f9dd33d6f4debbe84890 /PKGBUILD
parente7cfe8657c773d1e9fb85e6026ad42318ffd330a (diff)
downloadaur-3cadfd96f3f9ada86a6a161ef38c4e122d589266.tar.gz
add hardening-wrapper to all the things
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d6b7e81f62b8..7f9ef07bc14d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@
pkgname=gcalcli
pkgver=3.2
-pkgrel=3
+pkgrel=4
pkgdesc="Google Calendar Command Line Interface"
arch=('any')
url="https://github.com/insanum/gcalcli"
license=('MIT')
depends=('python2-google-api-python-client' 'python2-dateutil' 'python2-gflags')
+makedepends=('hardening-wrapper')
optdepends=('python2-vobject: for ics/vcal importing'
'python2-parsedatetime: for fuzzy dates/times like "now", "today",
"eod tomorrow", etc.')