summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75034436f72f..3512025fb4c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bsp-layout
pkgdesc = Dynamic layout management for bspwm with tall, wide, even, tiled, monocle
pkgver = 0.0.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/phenax/bsp-layout
install = .install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9e2d3c117a15..a24c41a84d79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Akshay Nair <phenax5@gmail.com>
pkgname=bsp-layout
pkgver=0.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="Dynamic layout management for bspwm with tall, wide, even, tiled, monocle"
arch=('any')
url="https://github.com/phenax/bsp-layout"
@@ -18,6 +18,6 @@ md5sums=('SKIP')
package() {
cd "$pkgname-$pkgver";
- ./install.sh local;
+ sudo ./install.sh local;
}