summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtreya Shankar2021-06-06 15:03:59 +0200
committerAtreya Shankar2021-06-06 15:03:59 +0200
commitb0c1a34afaeb2f89c1b6f87ee609d0a15416ae9b (patch)
treeee682223f15a2ab0fbd2f753b055641904bb6899
parent8d108af8942b2b6ce3d46c01cd782eb2359f4529 (diff)
downloadaur-b0c1a34afaeb2f89c1b6f87ee609d0a15416ae9b.tar.gz
Release v1.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d39dd29c550d..66122002b874 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3-balance-workspace
pkgdesc = Balance windows and workspaces in i3wm
- pkgver = 1.8.3
+ pkgver = 1.8.4
pkgrel = 1
url = https://github.com/atreyasha/i3-balance-workspace
arch = any
@@ -8,8 +8,8 @@ pkgbase = i3-balance-workspace
makedepends = python-setuptools
depends = python>=3.5.0,
depends = python-i3ipc
- source = https://files.pythonhosted.org/packages/source/i/i3-balance-workspace/i3-balance-workspace-1.8.3.tar.gz
- md5sums = 9583e09a108f434bd064301e62e90095
+ source = https://files.pythonhosted.org/packages/source/i/i3-balance-workspace/i3-balance-workspace-1.8.4.tar.gz
+ md5sums = 7245fde5a120222360dc8bd335e69079
pkgname = i3-balance-workspace
diff --git a/PKGBUILD b/PKGBUILD
index befb6af46858..25e55e80397f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_module='i3-balance-workspace'
pkgname="$_module"
-pkgver=1.8.3
+pkgver=1.8.4
pkgrel=1
pkgdesc="Balance windows and workspaces in i3wm"
url='https://github.com/atreyasha/i3-balance-workspace'
@@ -11,7 +11,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module:0:1}/${_module}/${_module}-${pkgver}.tar.gz")
-md5sums=('9583e09a108f434bd064301e62e90095')
+md5sums=('7245fde5a120222360dc8bd335e69079')
build() {
cd "$_module-$pkgver"