summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtreya Shankar2022-02-15 14:27:44 +0100
committerAtreya Shankar2022-02-15 14:27:44 +0100
commit9944af9a9a93707d9f712fc86936f9e5a2c89ba7 (patch)
tree57abf9bed63066f8c377f2ae687a5ec2d39b25a6
parentfd108ec0559ac93d3ada99576687a2d7d557916b (diff)
downloadaur-9944af9a9a93707d9f712fc86936f9e5a2c89ba7.tar.gz
Release v1.8.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff0ac69caede..4a1637bac1d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = i3-balance-workspace
pkgdesc = Balance windows and workspaces in i3wm
- pkgver = 1.8.5
- pkgrel = 3
+ pkgver = 1.8.6
+ pkgrel = 1
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-1
- source = https://files.pythonhosted.org/packages/source/i/i3-balance-workspace/i3-balance-workspace-1.8.5.tar.gz
- md5sums = 69c8a0c11c4bf9ac87012548f886445a
+ source = https://files.pythonhosted.org/packages/source/i/i3-balance-workspace/i3-balance-workspace-1.8.6.tar.gz
+ md5sums = 786d29f2ac5679b42cc0efd061dc8310
pkgname = i3-balance-workspace
diff --git a/PKGBUILD b/PKGBUILD
index 7832f979f380..cc2e9437a4de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Atreya Shankar <shankar.atreya@gmail.com>
pkgname='i3-balance-workspace'
-pkgver=1.8.5
-pkgrel=3
+pkgver=1.8.6
+pkgrel=1
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-1')
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('69c8a0c11c4bf9ac87012548f886445a')
+md5sums=('786d29f2ac5679b42cc0efd061dc8310')
build() {
cd "$pkgname-$pkgver"