summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Walls2018-06-15 19:15:03 +0100
committerJosh Walls2018-06-15 19:15:03 +0100
commitd750109b114a7df4559bc8f3d81ca6617d9b0c85 (patch)
tree52718dd652c3f655818bc0dbd37429ea74ce99e2
parent0659d62867342f53adc04cb905407416fafd04f7 (diff)
downloadaur-d750109b114a7df4559bc8f3d81ca6617d9b0c85.tar.gz
fixed i3 dependency
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63bc507becdd..19c86f564336 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = i3-workspace-names
pkgdesc = Dynamically rename i3wm workspaces depending on windows
pkgver = 0.2
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.com/flib99/i3-workspace-names
arch = any
license = GPL
makedepends = python-setuptools
depends = python
- depends = i3
+ depends = i3-wm
source = https://files.pythonhosted.org/packages/source/i/i3-workspace-names/i3-workspace-names-0.2.tar.gz
md5sums = SKIP
pkgname = i3-workspace-names
depends = python
- depends = i3
+ depends = i3-wm
diff --git a/PKGBUILD b/PKGBUILD
index 4a53129a5f8e..7dfeaf6c90e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=('i3-workspace-names')
pkgname=('i3-workspace-names')
_module='i3-workspace-names'
pkgver='0.2'
-pkgrel=2
+pkgrel=3
pkgdesc="Dynamically rename i3wm workspaces depending on windows"
url="https://gitlab.com/flib99/i3-workspace-names"
depends=('python' 'i3-wm')