summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtreya Shankar2021-06-07 22:41:24 +0200
committerAtreya Shankar2021-06-07 22:41:24 +0200
commitab6e653198a5d3fe44d60d64f73ad19f1a27899f (patch)
tree9e1d3e185540c5284026137655d5b020ebfc37fa
parenteab7bc8ed195680a6b22c873efa4cc8a675962af (diff)
downloadaur-ab6e653198a5d3fe44d60d64f73ad19f1a27899f.tar.gz
Release v1.8.5
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de1e635771be..603389f97e8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = i3-balance-workspace
pkgdesc = Balance windows and workspaces in i3wm
pkgver = 1.8.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/atreyasha/i3-balance-workspace
arch = any
license = MIT
makedepends = python-setuptools
depends = python>=3.5.0,
- depends = python-i3ipc>=2.2.1-2
+ depends = python-i3ipc>=2.2.1-1
source = https://files.pythonhosted.org/packages/source/i/i3-balance-workspace/i3-balance-workspace-1.8.5.tar.gz
md5sums = 69c8a0c11c4bf9ac87012548f886445a
pkgname = i3-balance-workspace
-
diff --git a/PKGBUILD b/PKGBUILD
index a1fe0feb4e20..45770d7e3fde 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='i3-balance-workspace'
pkgver=1.8.5
-pkgrel=1
+pkgrel=2
pkgdesc='Balance windows and workspaces in i3wm'
url='https://github.com/atreyasha/i3-balance-workspace'
-depends=('python>=3.5.0', 'python-i3ipc>=2.2.1-2')
+depends=('python>=3.5.0', 'python-i3ipc>=2.2.1-1')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')