summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtreya Shankar2020-06-27 13:34:04 +0200
committerAtreya Shankar2020-06-27 13:34:04 +0200
commit128e4c20a94fd3dbc0d40a611b7a05179cca2e4a (patch)
tree6160d138dc7739a83b92c2e3f0bd3c3431119213
parent566eb3decd4a96267e10ea2696433bb4d0170547 (diff)
downloadaur-128e4c20a94fd3dbc0d40a611b7a05179cca2e4a.tar.gz
Release v1.6.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0478922f0cb2..1568fd597860 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3-balance-workspace
pkgdesc = Balance windows and workspaces in i3wm
- pkgver = 1.6.2
+ pkgver = 1.6.3
pkgrel = 1
url = https://github.com/atreyasha/i3-balance-workspace
arch = any
@@ -9,8 +9,8 @@ pkgbase = i3-balance-workspace
depends = python>=3.5.0,
depends = python-i3ipc
replaces = i3-balance-workspace-git
- source = https://files.pythonhosted.org/packages/source/i/i3-balance-workspace/i3-balance-workspace-1.6.2.tar.gz
- md5sums = 875b04190774c147859274f6c729e0de
+ source = https://files.pythonhosted.org/packages/source/i/i3-balance-workspace/i3-balance-workspace-1.6.3.tar.gz
+ md5sums = f3543e2285aec87d63856b978e63f233
pkgname = i3-balance-workspace
diff --git a/PKGBUILD b/PKGBUILD
index 0e578f29637f..7d99095d9460 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_module='i3-balance-workspace'
pkgname="$_module"
-pkgver=1.6.2
+pkgver=1.6.3
pkgrel=1
pkgdesc="Balance windows and workspaces in i3wm"
url='https://github.com/atreyasha/i3-balance-workspace'
@@ -12,7 +12,7 @@ replaces=('i3-balance-workspace-git')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module:0:1}/${_module}/${_module}-${pkgver}.tar.gz")
-md5sums=('875b04190774c147859274f6c729e0de')
+md5sums=('f3543e2285aec87d63856b978e63f233')
build() {
cd "$_module-$pkgver"