summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2020-02-20 00:48:40 +0100
committerpiotr2020-02-20 00:48:40 +0100
commit3ae56affcadd2176fe2b1a99ef11120fd3b94214 (patch)
treeaa07be83a84182f5b269374138f3114c8c9fc4af
parentd1061b1c1a4e6948371d3612470a80fd80643d60 (diff)
downloadaur-3ae56affcadd2176fe2b1a99ef11120fd3b94214.tar.gz
update to 0.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4fb63a0676f..7ad832cdeba4 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.5
+ pkgver = 0.7
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.5.tar.gz
- md5sums = a317bd0d576d9fe42629109db2058ec8
+ source = https://github.com/nwg-piotr/autotiling/archive/v0.7.tar.gz
+ md5sums = 3a43f8edbf25e4858077499d538bef73
pkgname = autotiling
diff --git a/PKGBUILD b/PKGBUILD
index ff08bd1d9c9c..f7c0634081e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('autotiling')
-pkgver=0.5
+pkgver=0.7
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=('a317bd0d576d9fe42629109db2058ec8')
+md5sums=('3a43f8edbf25e4858077499d538bef73')
package() {
install -D -t "$pkgdir"/usr/lib/"$pkgname" "$pkgname"-"$pkgver"/autotiling.py