summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Venriès2017-10-13 22:34:57 +0200
committerThomas Venriès2017-10-13 22:34:57 +0200
commit795d4f4d01b645bfc6fdb2bf907042787c46d82b (patch)
treee7e32cf78945a4e29cf45c73ccf0d6d3b4279f67
parentcaa5115eb6fd31ce2d685a1328fcb3b1f956daaf (diff)
downloadaur-795d4f4d01b645bfc6fdb2bf907042787c46d82b.tar.gz
v0.7.1: Fix cycle mode and archive name
Signed-off-by: Thomas Venriès <thomas.venries@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a8280bf5436..a236f402b5d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mons
pkgdesc = POSIX Shell script to quickly manage 2-monitors display.
- pkgver = 0.7.0
- pkgrel = 3
+ pkgver = 0.7.1
+ pkgrel = 1
url = https://github.com/Ventto/mons.git
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = mons
depends = xorg-xrandr
provides = mons
conflicts = mons
- source = https://github.com/Ventto/mons/archive/v0.7.0.tar.gz
+ source = https://github.com/Ventto/mons/archive/v0.7.1.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 8d9c6514d60a..5600f22e7843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Thomas "Ventto" Venriès <thomas.venries@gmail.com>
pkgname=mons
-pkgver=0.7.0
-pkgrel=3
+pkgver=0.7.1
+pkgrel=1
pkgdesc='POSIX Shell script to quickly manage 2-monitors display.'
arch=('any')
url="https://github.com/Ventto/${pkgname}.git"