summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiotr2023-05-04 00:52:36 +0200
committerpiotr2023-05-04 00:52:36 +0200
commit6ea885f6de1ca1f3e60b6b2bff6fcc9838fbb311 (patch)
treeb796ad156ca6d8c19ee57e95c1a6b86d2533f08f
parent706f1b413b2abada7551039f83e2345141e0d3af (diff)
downloadaur-6ea885f6de1ca1f3e60b6b2bff6fcc9838fbb311.tar.gz
trigger reinstall after python upgrade
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89a7634ac0e5..f4393c38c831 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = autotiling
pkgdesc = Script for sway and i3 to automatically switch the horizontal / vertical window split orientation
pkgver = 1.8
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nwg-piotr/autotiling
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 026813b87f29..7e3b7034af67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Piotr Miller <nwg.piotr@gmail.com>
pkgname=('autotiling')
pkgver=1.8
-pkgrel=1
+pkgrel=2
pkgdesc="Script for sway and i3 to automatically switch the horizontal / vertical window split orientation"
arch=('x86_64')
url="https://github.com/nwg-piotr/autotiling"