summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venriès2017-10-30 22:41:56 +0100
committerThomas Venriès2017-10-30 22:42:09 +0100
commitb6a139d7009408a0f64d516750b0ee50b8d86ab3 (patch)
tree668cb672deed1557081f8b8aac1ccb38b3820804
parentd784944e8bf70153a03c93055ca65a84e0693d24 (diff)
downloadaur-b6a139d7009408a0f64d516750b0ee50b8d86ab3.tar.gz
release: Add v0.8.0
Add new option to set the DPI value. Add new option to set the primary output monitor. 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 7bfac0531d26..b2954685a616 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mons
pkgdesc = POSIX Shell script to quickly manage 2-monitors display.
- pkgver = 0.7.3
+ pkgver = 0.8.0
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.3.tar.gz
+ source = https://github.com/Ventto/mons/archive/v0.8.0.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 2422d99a9a8e..55694f3721cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname=mons
-pkgver=0.7.3
+pkgver=0.8.0
pkgrel=1
pkgdesc='POSIX Shell script to quickly manage 2-monitors display.'
arch=('any')