summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAkshay Nair2020-11-25 18:14:34 +0530
committerAkshay Nair2020-11-25 18:14:34 +0530
commit327252fb1be15a1443596ea36783a2497b600840 (patch)
tree54a716f36c1e392b7cbaac32c994c6bd2f853cf3 /PKGBUILD
parent1cbf2838a525c26eb392d032728748cf96bba88a (diff)
downloadaur-327252fb1be15a1443596ea36783a2497b600840.tar.gz
Bumps up version for testing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e64c37cd9df3..759f67cd9cf3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Akshay Nair <phenax5@gmail.com>
pkgname=bsp-layout
-pkgver=0.0.4
+pkgver=0.0.5
pkgrel=1
pkgdesc="Dynamic layout management for bspwm with tall, wide, even, tiled, monocle"
arch=('any')
@@ -18,6 +18,6 @@ md5sums=('SKIP')
package() {
cd "$pkgname-$pkgver";
- sudo ./install.sh local;
+ sudo ./install.sh local;
}