summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2021-01-09 01:13:33 +0100
committerpiotr2021-01-09 01:13:33 +0100
commitdc8ad45be127fa6cdd421ccf321033780aff93d3 (patch)
treeec830fdc5910d08c3be4a00eb9d0978fb199400d
parent557da716134ce3fc85a1c3ce42303a19c8f0ffc6 (diff)
downloadaur-dc8ad45be127fa6cdd421ccf321033780aff93d3.tar.gz
update to 1.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b5299cfc59c..f2ee280a53e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = autotiling
pkgdesc = Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://github.com/nwg-piotr/autotiling
arch = x86_64
license = GPL3
makedepends = python-setuptools
depends = python-i3ipc
- source = https://github.com/nwg-piotr/autotiling/archive/v1.2.tar.gz
- md5sums = 357533f2c94da9105efc146df1953ebb
+ source = https://github.com/nwg-piotr/autotiling/archive/v1.3.tar.gz
+ md5sums = a1d675cbd7347b16243f23e2bb401db1
pkgname = autotiling
diff --git a/PKGBUILD b/PKGBUILD
index d23890a735da..faeacc5c200c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('autotiling')
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="Script for sway and i3 to automatically switch the horizontal / vertical window split orientation"
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('python-i3ipc')
makedepends=('python-setuptools')
source=("https://github.com/nwg-piotr/autotiling/archive/v"$pkgver".tar.gz")
-md5sums=('357533f2c94da9105efc146df1953ebb')
+md5sums=('a1d675cbd7347b16243f23e2bb401db1')
package() {
cd "${pkgname}-${pkgver}"