summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwheatdog2019-09-18 13:19:53 +0800
committerwheatdog2019-09-18 13:19:53 +0800
commit9db3f882618670fc2b91af35c8323be1ba75676a (patch)
treefe0b98acf7ecdde698a7f6877ef00910de3488d2
parentccdc21068f5981f43841382e7b9342de19a2fb46 (diff)
downloadaur-9db3f882618670fc2b91af35c8323be1ba75676a.tar.gz
upgpkg: i3-workspace-groups{,-git}
upgpkg: i3-workspace-groups-git r97.66a71c7-1 upgpkg: i3-workspace-groups 0.3.4-1 upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3e1f5dcba44..ba3d16ca444e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = i3-workspace-groups
pkgdesc = Manage i3wm workspaces in groups you control
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.3.4
+ pkgrel = 1
url = https://github.com/infokiller/i3-workspace-groups
install = i3-workspace-groups.install
arch = any
@@ -10,8 +10,8 @@ pkgbase = i3-workspace-groups
makedepends = git
depends = python
depends = i3-wm
- depends = i3ipc-python
- source = git+https://github.com/infokiller/i3-workspace-groups#tag=0.2.0
+ depends = python-i3ipc
+ source = git+https://github.com/infokiller/i3-workspace-groups#tag=0.3.4
sha256sums = SKIP
pkgname = i3-workspace-groups
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"