summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2021-11-26 03:38:24 +0100
committerpiotr2021-11-26 03:38:24 +0100
commit3b53c50783341edb6b7f9d1edf3973ff63ee4cc7 (patch)
tree5fbadf73352ef384ea85dfdd7826937d66d69316
parentff0bc4a5116e1bd2d7a99874d6d5f9a0f6874782 (diff)
downloadaur-3b53c50783341edb6b7f9d1edf3973ff63ee4cc7.tar.gz
update to 1.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f564dd428f9d..5fdb12973a09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = autotiling
pkgdesc = Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
- pkgver = 1.5
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/nwg-piotr/autotiling
arch = x86_64
@@ -8,8 +8,7 @@ pkgbase = autotiling
makedepends = python-setuptools
makedepends = python-wheel
depends = python-i3ipc
- source = autotiling-1.5.tar.gz::https://github.com/nwg-piotr/autotiling/archive/v1.5.tar.gz
- md5sums = 30ecc7c3a2cc5307a45673b05d0a5e07
+ source = autotiling-1.6.tar.gz::https://github.com/nwg-piotr/autotiling/archive/v1.6.tar.gz
+ md5sums = 8fcbe5a35c0ff357dca6740e034cb216
pkgname = autotiling
-
diff --git a/PKGBUILD b/PKGBUILD
index 36aeed727167..9e307bfb777e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('autotiling')
-pkgver=1.5
+pkgver=1.6
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' 'python-wheel')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nwg-piotr/autotiling/archive/v$pkgver.tar.gz")
-md5sums=('30ecc7c3a2cc5307a45673b05d0a5e07')
+md5sums=('8fcbe5a35c0ff357dca6740e034cb216')
package() {
cd "${pkgname}-${pkgver}"