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