summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Venries2017-01-26 14:38:37 +0100
committerThomas Venries2017-01-26 14:38:37 +0100
commitda706c8a9ea3437cb1b59386e35f9aa1c3656872 (patch)
tree9fc9acf57eab0401f344f3fae8ab3de4c39dc816 /PKGBUILD
parent3348bdb697870385d727bd31269beefacdb89825 (diff)
downloadaur-da706c8a9ea3437cb1b59386e35f9aa1c3656872.tar.gz
Add release v0.2
Fix: shellcheck warnings (double quoting, if-state)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87bca8e034fe..bd3be08db7b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname=mons
-pkgver=0.1
-pkgrel=2
+pkgver=0.2
+pkgrel=1
pkgdesc='Bash script to quickly manage 2-monitors display using xrandr.'
arch=('any')
url="https://github.com/Ventto/${pkgname}.git"