summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpolyzen2014-12-30 00:08:35 -0500
committerpolyzen2015-01-24 00:53:15 -0500
commite7cfe8657c773d1e9fb85e6026ad42318ffd330a (patch)
treea01d41d1477e8db0a6218f829b311d26ad6dccc1
parent1729514936b9750fada2791ae1efedb9bf64dbc6 (diff)
downloadaur-e7cfe8657c773d1e9fb85e6026ad42318ffd330a.tar.gz
gcalcli,razercfg: small cleanup
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3fa45b2e8555..7c9166ff97c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,8 +8,8 @@ pkgbase = gcalcli
depends = python2-google-api-python-client
depends = python2-dateutil
depends = python2-gflags
- optdepends = python2-vobject: For ics/vcal importing
- optdepends = python2-parsedatetime: For fuzzy dates/times like "now", "today", "eod tomorrow", etc.
+ optdepends = python2-vobject: for ics/vcal importing
+ optdepends = python2-parsedatetime: for fuzzy dates/times like "now", "today", "eod tomorrow", etc.
source = https://github.com/insanum/gcalcli/archive/v3.2.tar.gz
source = LICENSE.gcalcli
sha256sums = 9b3465be8e64c291ffe4582f8cb779a7025c700e6a83aae74722d87a3b88d55a
diff --git a/PKGBUILD b/PKGBUILD
index e961313a22bf..d6b7e81f62b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ arch=('any')
url="https://github.com/insanum/gcalcli"
license=('MIT')
depends=('python2-google-api-python-client' 'python2-dateutil' 'python2-gflags')
-optdepends=('python2-vobject: For ics/vcal importing'
- 'python2-parsedatetime: For fuzzy dates/times like "now", "today",
+optdepends=('python2-vobject: for ics/vcal importing'
+ 'python2-parsedatetime: for fuzzy dates/times like "now", "today",
"eod tomorrow", etc.')
source=("https://github.com/insanum/$pkgname/archive/v$pkgver.tar.gz"
'LICENSE.gcalcli')