summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venriès2017-10-22 15:18:57 +0200
committerThomas Venriès2017-10-22 15:18:57 +0200
commita656cd7879f2640092a358bb8309708f2ea8ef61 (patch)
tree64a81da2a467e95cb05d6ce75f20e86e3afcf4fc
parent795d4f4d01b645bfc6fdb2bf907042787c46d82b (diff)
downloadaur-a656cd7879f2640092a358bb8309708f2ea8ef61.tar.gz
release: Add v0.7.2
Enhancement: - At least 2 monitors instead of 3 for Selection mode with -S,-O options ex: Let say, we have 2 monitors with ids 0 and 1, so -O 0 = -o and -S 1 = -s Fixes: - Avoid duplicate mode if repeating -s,-ooptions - Fix mirror mode if primary monitor is plugged-in but turned off Signed-off-by: Thomas Venriès <thomas.venries@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a236f402b5d6..cb8da11bb09e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mons
pkgdesc = POSIX Shell script to quickly manage 2-monitors display.
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = https://github.com/Ventto/mons.git
arch = any
@@ -9,7 +9,7 @@ pkgbase = mons
depends = xorg-xrandr
provides = mons
conflicts = mons
- source = https://github.com/Ventto/mons/archive/v0.7.1.tar.gz
+ source = https://github.com/Ventto/mons/archive/v0.7.2.tar.gz
source = https://github.com/Ventto/posix-shell-list/archive/v1.0.tar.gz
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 5600f22e7843..e5b9b941a7db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname=mons
-pkgver=0.7.1
+pkgver=0.7.2
pkgrel=1
pkgdesc='POSIX Shell script to quickly manage 2-monitors display.'
arch=('any')