summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Wienke2017-10-19 09:46:38 +0200
committerJohannes Wienke2017-10-19 09:46:38 +0200
commitaa41288c38d4e626df9d4a7d59a6dcd464fb3704 (patch)
treea0f3f8d674c9fd49066303d346f4da163bbd2dff
parent483646ef0ca194b441b90db93e0b459f9ba4d8ad (diff)
downloadaur-aa41288c38d4e626df9d4a7d59a6dcd464fb3704.tar.gz
Change pyhthon binding dependency to community package
pytho-i3-git was removed from AUR.
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61546827fed9..fa3e8007fa95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=i3-workspace-switch-git
pkgver=0.2.dev0.gcb7f6de
-pkgrel=1
+pkgrel=2
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')
+depends=('python2' 'python-i3-py')
makedepends=('git' 'python-setuptools')
provides=('i3-workspace-switch')
conflicts=('i3-workspace-switch')