summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-01-30 22:33:41 +0100
committerThomas Venries2017-01-30 22:33:41 +0100
commit1f896f1539a6119b937fbfc5f083a857da64c789 (patch)
treeabac9c706d586f48d1eef9de22e50b50b3574403
parentda706c8a9ea3437cb1b59386e35f9aa1c3656872 (diff)
downloadaur-1f896f1539a6119b937fbfc5f083a857da64c789.tar.gz
Add release v0.3: Fix: 2-mons selection (-S opt)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59be3db162d9..e329c0cbbdaf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mons
pkgdesc = Bash script to quickly manage 2-monitors display using xrandr.
- pkgver = 0.2
+ pkgver = 0.3
pkgrel = 1
url = https://github.com/Ventto/mons.git
arch = any
@@ -10,7 +10,7 @@ pkgbase = mons
depends = xorg-xrandr
provides = mons
conflicts = mons
- source = https://github.com/Ventto/mons/archive/v0.2.tar.gz
+ source = https://github.com/Ventto/mons/archive/v0.3.tar.gz
sha256sums = SKIP
pkgname = mons
diff --git a/PKGBUILD b/PKGBUILD
index bd3be08db7b0..488bd38bfbff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname=mons
-pkgver=0.2
+pkgver=0.3
pkgrel=1
pkgdesc='Bash script to quickly manage 2-monitors display using xrandr.'
arch=('any')