summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50ade8d3ebff..428d27ef71eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qtile-extras
pkgdesc = Unofficial mods for qtile. Tagged release to match stable qtile releases.
- pkgver = 0.23.0
- pkgrel = 1
+ pkgver = 0.22.1
+ pkgrel = 5
url = https://github.com/elparaguayo/qtile-extras.git
arch = any
license = MIT
@@ -18,7 +18,7 @@ pkgbase = qtile-extras
optdepends = python-dbus-next: various widgets
provides = qtile-extras
conflicts = qtile-extras
- source = git+https://github.com/elparaguayo/qtile-extras#tag=v0.23.0?signed
+ source = git+https://github.com/elparaguayo/qtile-extras#tag=v0.22.1?signed
validpgpkeys = A6BAA1E17D2664ADB97B2C6F58A9AA7C86727DF7
md5sums = SKIP
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 {} +
}