summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorelParaguayo2023-09-29 22:31:29 +0100
committerelParaguayo2023-09-29 22:31:29 +0100
commitae09e58a88a975d645c0f54ef891f62323d73850 (patch)
tree885cd842b178e3c9c4f30e95649627d8d0c076ef /PKGBUILD
parentf26496f8c4da1541c5315a213bf54ea925942583 (diff)
downloadaur-ae09e58a88a975d645c0f54ef891f62323d73850.tar.gz
Downgrade to 0.22.1
Wait until qtile 0.23.0 in repo before upgrading.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa08280d33aa..b99742e070b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: elParaguayo <elparaguayocode at gmail dot com>
pkgname=qtile-extras
-pkgver=0.23.0
-pkgrel=1
+pkgver=0.22.1
+pkgrel=5
provides=("$pkgname")
conflicts=("$pkgname")
pkgdesc="Unofficial mods for qtile. Tagged release to match stable qtile releases."
@@ -40,4 +40,6 @@ package()
install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname/"
install -vDm 644 CHANGELOG -t "$pkgdir/usr/share/doc/$pkgname/"
+
+ find $pkgdir -type d -name "test" -exec rm -rf {} +
}