summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger2016-03-29 14:59:29 +0200
committerJan-Erik Rediger2016-03-29 14:59:29 +0200
commitb4a73ad8e7c83eb94b1a02e0d8a21ffd7edec229 (patch)
tree711d286b8f8aeaadba453fb520c6b19ab39b3d08
parentde2569b06e961d90d9d52c7e40347b9d5f927b6f (diff)
downloadaur-b4a73ad8e7c83eb94b1a02e0d8a21ffd7edec229.tar.gz
[i3-git] Change deps, branch and version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b5397dae65b..23b46b652432 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Mar 29 12:59:12 UTC 2016
pkgbase = i3-git
pkgdesc = An improved dynamic tiling window manager
- pkgver = 4.10.2.r223.gb30d87e
+ pkgver = 4.12.r14.geb837cb
pkgrel = 1
url = http://i3wm.org/
arch = i686
@@ -18,7 +20,7 @@ pkgbase = i3-git
depends = startup-notification
depends = pango
depends = perl
- depends = xcb-util-cursor-git
+ depends = xcb-util-cursor
depends = libxkbcommon-x11
optdepends = rxvt-unicode: The terminal emulator used in the default config.
optdepends = dmenu: As menu.
@@ -33,7 +35,7 @@ pkgbase = i3-git
options = docs
options = !strip
options = debug
- source = git://github.com/i3/i3#branch=next
+ source = git://github.com/i3/i3
sha1sums = SKIP
pkgname = i3-git
diff --git a/PKGBUILD b/PKGBUILD
index 73b58965b491..5e1f141760bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# This PKGBUILD was prepared for pacman 4.1 by William. Thank you. :-)
pkgname=i3-git
-pkgver=4.10.2.r223.gb30d87e
+pkgver=4.12.r14.geb837cb
pkgrel=1
pkgdesc='An improved dynamic tiling window manager'
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ provides=('i3-wm')
conflicts=('i3-wm' 'i3bar' 'i3bar-git')
groups=('i3-vcs')
depends=('xcb-util-keysyms' 'xcb-util-wm' 'libev' 'yajl'
- 'startup-notification' 'pango' 'perl' 'xcb-util-cursor-git'
+ 'startup-notification' 'pango' 'perl' 'xcb-util-cursor'
'libxkbcommon-x11')
makedepends=('git' 'asciidoc' 'docbook-xsl' 'pkgconfig')
optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
@@ -25,7 +25,7 @@ optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
'perl-json-xs: For i3-save-tree'
'perl-anyevent-i3: For i3-save-tree')
options=('docs' '!strip' 'debug')
-source=('git://github.com/i3/i3#branch=next')
+source=('git://github.com/i3/i3')
sha1sums=('SKIP')
_gitname='i3'