summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Wellnitz2017-01-02 00:25:30 +0100
committerPhilip Wellnitz2017-01-02 00:25:30 +0100
commit89bc0084655604c14c5f30ed9e971c5adea8541c (patch)
tree087e66e73551d4c97a45914e9de542a20a8bb500
parent62cf9ef446ea195292742f30b4fefa56098fad0f (diff)
downloadaur-89bc0084655604c14c5f30ed9e971c5adea8541c.tar.gz
new release
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fa68782c7ef..5ee5eddf87d3 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.1.9
+ pkgver = 1.2
pkgrel = 1
url = https://github.com/ph111p/powerline
install = powerline-i3-git.install
@@ -18,6 +18,7 @@ pkgbase = powerline-i3-git
optdepends = python-iwlib: wireless segment
optdepends = python-pyalsaaudio: volume segment
optdepends = python-psutil: cpu load segment
+ optdepends = python-pygit2: better git performance of the vcs segment
provides = powerline-i3
conflicts = powerline,
conflicts = python-powerline
diff --git a/PKGBUILD b/PKGBUILD
index 123f740739ea..650d3264ac87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=powerline-i3-git
-pkgver=1.1.9
+pkgver=1.2
pkgrel=1
pkgdesc="The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager."
arch=('i686' 'x86_64')
@@ -18,6 +18,7 @@ optdepends=(
'python-iwlib: wireless segment'
'python-pyalsaaudio: volume segment'
'python-psutil: cpu load segment'
+ 'python-pygit2: better git performance of the vcs segment'
)
makedepends=(
'python-setuptools'