summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Wellnitz2017-01-15 12:42:25 +0100
committerPhilip Wellnitz2017-01-15 12:42:25 +0100
commitc37d378cffb97088d395d7a2f1e9bac908bfd8b1 (patch)
tree8388c3bc0ddff2a4b1d9240fb743f60b60b5b5aa
parent7ef3dc7d058db9012928545cf378cbc686d50be1 (diff)
downloadaur-c37d378cffb97088d395d7a2f1e9bac908bfd8b1.tar.gz
new release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c6d404506e7..90155e0e4473 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = powerline-i3-git
pkgdesc = The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager.
- pkgver = 1.2.1
+ pkgver = 1.2.3
pkgrel = 1
url = https://github.com/ph111p/powerline
install = powerline-i3-git.install
@@ -19,6 +19,8 @@ pkgbase = powerline-i3-git
optdepends = python-pyalsaaudio: volume segment
optdepends = python-psutil: cpu load segment
optdepends = python-pygit2: better git performance of the vcs segment
+ optdepends = python-google-api-python-client: Google Calendar support for the appoints segment
+ optdepends = python-gflags: Google Calendar support for the appoints segment
provides = powerline-i3
conflicts = powerline,
conflicts = python-powerline
diff --git a/PKGBUILD b/PKGBUILD
index 7c10849e30ac..75db5ddcb7da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=powerline-i3-git
-pkgver=1.2.1
+pkgver=1.2.3
pkgrel=1
pkgdesc="The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager."
arch=('i686' 'x86_64')
@@ -19,6 +19,8 @@ optdepends=(
'python-pyalsaaudio: volume segment'
'python-psutil: cpu load segment'
'python-pygit2: better git performance of the vcs segment'
+ 'python-google-api-python-client: Google Calendar support for the appoints segment'
+ 'python-gflags: Google Calendar support for the appoints segment'
)
makedepends=(
'python-setuptools'