summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venries2017-05-30 02:22:37 +0200
committerThomas Venries2017-05-30 02:22:37 +0200
commitdb8e6c4cfa24776d4e43743a311635b85d647531 (patch)
tree62d11e93b3757c32dc37471ac8f9a04eb7225095
parent19750a9511256ed42071801218e962b7e7a18a2c (diff)
downloadaur-db8e6c4cfa24776d4e43743a311635b85d647531.tar.gz
v0.5.1: Fix wrong display of plugged-in monitor list
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faa61099e4c6..7094dfc26877 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mons
pkgdesc = POSIX Shell script to quickly manage 2-monitors display.
- pkgver = 0.5
+ pkgver = 0.5.1
pkgrel = 1
url = https://github.com/Ventto/mons.git
arch = any
@@ -9,8 +9,7 @@ pkgbase = mons
depends = xorg-xrandr
provides = mons
conflicts = mons
- source = https://github.com/Ventto/mons/archive/v0.5.tar.gz
- source = https://github.com/Ventto/posix-shell-list/archive/v1.0.tar.gz
+ source = https://github.com/Ventto/mons/archive/v0.5.1.tar.gz
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 15b223cbec8a..5216275afc14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname=mons
-pkgver=0.5
+pkgver=0.5.1
pkgrel=1
pkgdesc='POSIX Shell script to quickly manage 2-monitors display.'
arch=('any')
@@ -11,8 +11,7 @@ depends=('xorg-xrandr')
provides=("${pkgname}")
conflicts=("${pkgname}")
makedepends=('help2man')
-source=("https://github.com/Ventto/${pkgname}/archive/v${pkgver}.tar.gz"
- "https://github.com/Ventto/posix-shell-list/archive/v1.0.tar.gz")
+source=("https://github.com/Ventto/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('SKIP' 'SKIP')