summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-01-26 14:38:37 +0100
committerThomas Venries2017-01-26 14:38:37 +0100
commitda706c8a9ea3437cb1b59386e35f9aa1c3656872 (patch)
tree9fc9acf57eab0401f344f3fae8ab3de4c39dc816
parent3348bdb697870385d727bd31269beefacdb89825 (diff)
downloadaur-da706c8a9ea3437cb1b59386e35f9aa1c3656872.tar.gz
Add release v0.2
Fix: shellcheck warnings (double quoting, if-state)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f286bf22fcab..59be3db162d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mons
pkgdesc = Bash script to quickly manage 2-monitors display using xrandr.
- pkgver = 0.1
- pkgrel = 2
+ pkgver = 0.2
+ pkgrel = 1
url = https://github.com/Ventto/mons.git
arch = any
license = MIT
@@ -10,7 +10,7 @@ pkgbase = mons
depends = xorg-xrandr
provides = mons
conflicts = mons
- source = https://github.com/Ventto/mons/archive/v0.1.tar.gz
+ source = https://github.com/Ventto/mons/archive/v0.2.tar.gz
sha256sums = SKIP
pkgname = mons
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"