summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2019-12-11 21:03:56 +0100
committerpiotr2019-12-11 21:03:56 +0100
commit7567f29ce5ad309bd033fdce7efb5c8655ebeb8e (patch)
treedb4f9722d6419066515dc94c5f61237632f6b6d2
parent8b0c2ae800e80c9a79bdc50d8fc586e5d6a4f592 (diff)
downloadaur-7567f29ce5ad309bd033fdce7efb5c8655ebeb8e.tar.gz
update to 0.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d275d426959..91fda555c30b 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.3
+ pkgver = 0.4
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.3.tar.gz
- md5sums = 8e547e612ceb745bf8491f61cc06171e
+ source = https://github.com/nwg-piotr/autotiling/archive/v0.4.tar.gz
+ md5sums = e9086c93a9d6d58ae4be3b1819c179d1
pkgname = autotiling
diff --git a/PKGBUILD b/PKGBUILD
index fb026209b94d..a076bb64aa18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('autotiling')
-pkgver=0.3
+pkgver=0.4
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=('8e547e612ceb745bf8491f61cc06171e')
+md5sums=('e9086c93a9d6d58ae4be3b1819c179d1')
package() {
install -D -t "$pkgdir"/usr/lib/"$pkgname" "$pkgname"-"$pkgver"/autotiling.py