summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Wellnitz2017-01-15 22:04:54 +0100
committerPhilip Wellnitz2017-01-15 22:04:54 +0100
commit164e55737e7bef041c119f43c6bc555dc9fbac2c (patch)
tree0ca755812a7d76a0cb1ce2e58d0729933d1739e7
parentc37d378cffb97088d395d7a2f1e9bac908bfd8b1 (diff)
downloadaur-164e55737e7bef041c119f43c6bc555dc9fbac2c.tar.gz
fix conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90155e0e4473..f76d7dd49625 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.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ph111p/powerline
install = powerline-i3-git.install
arch = i686
@@ -22,7 +22,7 @@ pkgbase = powerline-i3-git
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 = powerline
conflicts = python-powerline
source = git://github.com/ph111p/powerline.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 75db5ddcb7da..f3f5c492dc7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=powerline-i3-git
pkgver=1.2.3
-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"
@@ -26,7 +26,7 @@ makedepends=(
'python-setuptools'
)
provides=('powerline-i3')
-conflicts=('powerline', 'python-powerline')
+conflicts=('powerline' 'python-powerline')
install=$pkgname.install
source=("git://github.com/ph111p/powerline.git")