summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2019-09-26 01:48:10 +0200
committerpiotr2019-09-26 01:48:10 +0200
commit8b0c2ae800e80c9a79bdc50d8fc586e5d6a4f592 (patch)
tree75dbef2acc2f3316e05db3e59565034619dc51ee
parent7dc82e6465e104ffaf6db49c3c1fd22e20a49ceb (diff)
downloadaur-8b0c2ae800e80c9a79bdc50d8fc586e5d6a4f592.tar.gz
Update to v0.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de211799f848..9d275d426959 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.2
+ pkgver = 0.3
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.2.tar.gz
- md5sums = 49106a623882cda9c387e39027094b1d
+ source = https://github.com/nwg-piotr/autotiling/archive/v0.3.tar.gz
+ md5sums = 8e547e612ceb745bf8491f61cc06171e
pkgname = autotiling
diff --git a/PKGBUILD b/PKGBUILD
index 6bfb4dfd9e12..fb026209b94d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('autotiling')
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc="Script for sway and i3 to automatically switch the horizontal / vertical window split orientation"
arch=('x86_64')
@@ -8,9 +8,9 @@ url="https://github.com/nwg-piotr/autotiling"
license=('GPL3')
depends=('python-i3ipc')
-source=("https://github.com/nwg-piotr/autotiling/archive/v0.2.tar.gz")
+source=("https://github.com/nwg-piotr/autotiling/archive/v"$pkgver".tar.gz")
-md5sums=('49106a623882cda9c387e39027094b1d')
+md5sums=('8e547e612ceb745bf8491f61cc06171e')
package() {
install -D -t "$pkgdir"/usr/lib/"$pkgname" "$pkgname"-"$pkgver"/autotiling.py