summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')