summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9738868f6b3..01af8106a45c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Tim Liou <wheatdoge at gmail dot com>
pkgname=i3-workspace-groups
-pkgver=0.2.0
-pkgrel=2
+pkgver=0.3.4
+pkgrel=1
pkgdesc='Manage i3wm workspaces in groups you control'
url='https://github.com/infokiller/i3-workspace-groups'
arch=('any')
license=('MIT')
source=("git+https://github.com/infokiller/i3-workspace-groups#tag=$pkgver")
sha256sums=('SKIP')
-depends=('python' 'i3-wm' 'i3ipc-python')
+depends=('python' 'i3-wm' 'python-i3ipc')
makedepends=('python-setuptools' 'git')
install="${pkgname}.install"