summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2020-02-19 01:18:25 +0100
committerpiotr2020-02-19 01:18:25 +0100
commitd1061b1c1a4e6948371d3612470a80fd80643d60 (patch)
treeb2521bc0ab3847505a8ac24d791dfbb92f1b2f07
parent7567f29ce5ad309bd033fdce7efb5c8655ebeb8e (diff)
downloadaur-d1061b1c1a4e6948371d3612470a80fd80643d60.tar.gz
update to 0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91fda555c30b..a4fb63a0676f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = autotiling
pkgdesc = Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
- pkgver = 0.4
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/nwg-piotr/autotiling
arch = x86_64
license = GPL3
depends = python-i3ipc
- source = https://github.com/nwg-piotr/autotiling/archive/v0.4.tar.gz
- md5sums = e9086c93a9d6d58ae4be3b1819c179d1
+ source = https://github.com/nwg-piotr/autotiling/archive/v0.5.tar.gz
+ md5sums = a317bd0d576d9fe42629109db2058ec8
pkgname = autotiling
diff --git a/PKGBUILD b/PKGBUILD
index a076bb64aa18..ff08bd1d9c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('autotiling')
-pkgver=0.4
+pkgver=0.5
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')
source=("https://github.com/nwg-piotr/autotiling/archive/v"$pkgver".tar.gz")
-md5sums=('e9086c93a9d6d58ae4be3b1819c179d1')
+md5sums=('a317bd0d576d9fe42629109db2058ec8')
package() {
install -D -t "$pkgdir"/usr/lib/"$pkgname" "$pkgname"-"$pkgver"/autotiling.py