summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2015-09-27 17:23:47 +0200
committerJohannes Wienke2015-09-27 17:23:47 +0200
commit011cd2b8e0492cc903516abf6c6eced18808673c (patch)
tree18ec95afec1c71fd5b5ea912ad3cb21196fb56ea
parente7bbe625a97c483b1bfac3be6d674d318a82452e (diff)
downloadaur-011cd2b8e0492cc903516abf6c6eced18808673c.tar.gz
Add conflicts and provides for non-git version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81f2ed447e0b..e81bd457f405 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3-workspace-switch-git
pkgdesc = Utility to allow switching workspaces by their position on the output
pkgver = r0.2.dev0.gcb7f6de
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/languitar/i3-workspace-switch
arch = any
license = LGPL3
@@ -9,6 +9,8 @@ pkgbase = i3-workspace-switch-git
makedepends = python-setuptools
depends = python2
depends = python-i3-git
+ provides = i3-workspace-switch
+ conflicts = i3-workspace-switch
source = i3-workspace-switch-git::git://github.com/languitar/i3-workspace-switch.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3addf9db8941..64b0e1aceded 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,15 @@
pkgname=i3-workspace-switch-git
pkgver=r0.2.dev0.gcb7f6de
-pkgrel=2
+pkgrel=3
pkgdesc="Utility to allow switching workspaces by their position on the output"
arch=(any)
url="https://github.com/languitar/i3-workspace-switch"
license=('LGPL3')
depends=('python2' 'python-i3-git')
makedepends=('git' 'python-setuptools')
+provides=('i3-workspace-switch')
+conflicts=('i3-workspace-switch')
source=("${pkgname}::git://github.com/languitar/i3-workspace-switch.git")
md5sums=('SKIP')