summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoroberon20072016-01-10 18:44:39 +0100
committeroberon20072016-01-10 18:44:39 +0100
commit978939815239c921e44d59001705374c69d08577 (patch)
treec19d4b1f9aa903a8af07d5f3362c8d20794d7284
parente011f7458af4fd26e8bb298cb4fef1dac3fe945c (diff)
downloadaur-978939815239c921e44d59001705374c69d08577.tar.gz
fix infinite loop on empty workspace
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
-rw-r--r--alternating-layouts.install2
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77318f823dc1..14ded6be5540 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jan 9 18:43:33 UTC 2016
+# Sun Jan 10 17:42:19 UTC 2016
pkgbase = alternating-layouts-git
pkgdesc = Alternating split directions for the i3-wm
- pkgver = r20.179edd6
+ pkgver = r24.da6584a
pkgrel = 1
url = github.com/olemartinorg/i3-alternating-layout
install = alternating-layouts.install
@@ -12,6 +12,7 @@ pkgbase = alternating-layouts-git
depends = i3-wm
depends = python-i3-git
depends = xorg-utils
+ conflicts = alternating-layouts
source = git://github.com/olemartinorg/i3-alternating-layout
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d7204e20780b..a46834f43890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bernhard Landauer <oberon@manjaro.org>
pkgname=alternating-layouts-git
-pkgver=r20.179edd6
+pkgver=r24.da6584a
pkgrel=1
pkgdesc="Alternating split directions for the i3-wm"
_repo=i3-alternating-layout
diff --git a/alternating-layouts.install b/alternating-layouts.install
index 87b86d3d5c44..2500432bd310 100644
--- a/alternating-layouts.install
+++ b/alternating-layouts.install
@@ -9,6 +9,6 @@ post_install() {
}
echo ""
msg "autostart alternating-layouts in your ~/.i3/config with"
- msg "'exec --no-startup-id python alternating_layouts.py'"
+ msg "'exec --no-startup-id alternating_layouts.py'"
echo ""
}