summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-06-05 23:34:35 +0200
committerThomas Venries2017-06-05 23:34:35 +0200
commit87b87a8d1250e3b54eaf2a88d4321067c3725608 (patch)
tree56d8fb32f5f28562c7a2a89ec558b7daa080dad7
parentaeaba05a900cd6cec1eebd246f7b640b66e9930b (diff)
downloadaur-87b87a8d1250e3b54eaf2a88d4321067c3725608.tar.gz
v0.5.2: Fix syntax error.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da248c34cc38..e9dc95f75548 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mons
pkgdesc = POSIX Shell script to quickly manage 2-monitors display.
- pkgver = 0.5.1
+ pkgver = 0.5.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.5.1.tar.gz
+ source = https://github.com/Ventto/mons/archive/v0.5.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 adebe6264a23..7be38a2ca41c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname=mons
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc='POSIX Shell script to quickly manage 2-monitors display.'
arch=('any')