summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtreya Shankar2020-07-03 22:40:45 +0200
committerAtreya Shankar2020-07-03 22:40:45 +0200
commitf4bf947b5d9f6b2d0d72f2b23fa2d5f429b673ab (patch)
tree4cba2fa239b1d9845f18d687979fccedf8415e27
parent9934944ac4dc07c1c363079ee532345d91fbb1cb (diff)
downloadaur-f4bf947b5d9f6b2d0d72f2b23fa2d5f429b673ab.tar.gz
Release v1.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5edb72801257..5becc1c930d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3-balance-workspace
pkgdesc = Balance windows and workspaces in i3wm
- pkgver = 1.7.0
+ pkgver = 1.8.0
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.7.0.tar.gz
- md5sums = 64a5799c775130fc4097afd75f5dc29a
+ source = https://files.pythonhosted.org/packages/source/i/i3-balance-workspace/i3-balance-workspace-1.8.0.tar.gz
+ md5sums = 2b2265ebf9bab64a9919e07e450e2577
pkgname = i3-balance-workspace
diff --git a/PKGBUILD b/PKGBUILD
index d3b61ce7358b..7f800fe0d3c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_module='i3-balance-workspace'
pkgname="$_module"
-pkgver=1.7.0
+pkgver=1.8.0
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=('64a5799c775130fc4097afd75f5dc29a')
+md5sums=('2b2265ebf9bab64a9919e07e450e2577')
build() {
cd "$_module-$pkgver"