summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Wellnitz2018-04-08 09:28:53 +0200
committerPhilip Wellnitz2018-04-08 09:28:53 +0200
commita74e6cee56cb058198c0ce86ecd5ecb09d31f933 (patch)
tree177d535ca0f405d0132b9eba0c094fc8b673bcd0
parentcf3978129955d46dbe811143ab03a8f1e0b25628 (diff)
downloadaur-a74e6cee56cb058198c0ce86ecd5ecb09d31f933.tar.gz
remove obsolete opt req
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dba253de7e4e..59d94bbb1772 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = powerline-i3-git
pkgdesc = The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager.
pkgver = 1.7.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ph111p/powerline
arch = i686
arch = x86_64
@@ -19,7 +19,6 @@ pkgbase = powerline-i3-git
optdepends = python-pygit2: better git performance of the vcs segment
optdepends = python-google-api-python-client: Google Calendar support for the appoints segment
optdepends = xorg-xinput: screen rotation segment
- optdepends = xorg-xrandr: screen rotation segment
provides = powerline-i3
conflicts = powerline
conflicts = python-powerline
diff --git a/PKGBUILD b/PKGBUILD
index b86c57702238..5edaa6da0a63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=powerline-i3-git
pkgver=1.7.7
-pkgrel=1
+pkgrel=2
pkgdesc="The ultimate statusline/prompt utility. A fork containing more features for the i3 window manager."
arch=('i686' 'x86_64')
url="https://github.com/ph111p/powerline"
@@ -22,7 +22,6 @@ optdepends=(
'python-pygit2: better git performance of the vcs segment'
'python-google-api-python-client: Google Calendar support for the appoints segment'
'xorg-xinput: screen rotation segment'
- 'xorg-xrandr: screen rotation segment'
)
makedepends=(
'python-setuptools'