summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Landauer2018-03-02 16:12:09 +0100
committerBernhard Landauer2018-03-02 16:12:09 +0100
commitc4d522f7d87a941608bfe230282bc56d97d457a8 (patch)
tree56198cbf4826386a44ca8b23e1d0dc7fce902273
parentacca71711d93d4a9eb42f88e6ed3dd193a9f868c (diff)
downloadaur-c4d522f7d87a941608bfe230282bc56d97d457a8.tar.gz
update and adjust depends
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 03bee6379380..674fc1710ef6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 21 08:03:36 UTC 2016
+# Fri Mar 2 15:11:18 UTC 2018
pkgbase = alternating-layouts-git
pkgdesc = Alternating split directions for the i3-wm
- pkgver = r27.7e8d75e
+ pkgver = r29.507c84a
pkgrel = 1
url = https://github.com/olemartinorg/i3-alternating-layout
install = alternating-layouts.install
@@ -10,8 +10,8 @@ pkgbase = alternating-layouts-git
license = MIT
makedepends = git
depends = i3-wm
- depends = python-i3-git
- depends = xorg-utils
+ depends = python-i3-py
+ depends = xorg-util-macros
conflicts = alternating-layouts
source = git+https://github.com/olemartinorg/i3-alternating-layout.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 14535a4f352b..bcecc439d86b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Bernhard Landauer <oberon@manjaro.org>
pkgname=alternating-layouts-git
-pkgver=r27.7e8d75e
+pkgver=r29.507c84a
pkgrel=1
pkgdesc="Alternating split directions for the i3-wm"
_repo=i3-alternating-layout
@@ -9,8 +9,8 @@ url="https://github.com/olemartinorg/$_repo"
arch=('any')
license=('MIT')
depends=('i3-wm'
- 'python-i3-git'
- 'xorg-utils')
+ 'python-i3-py'
+ 'xorg-util-macros')
conflicts=('alternating-layouts')
makedepends=('git')
install=alternating-layouts.install