summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Erik Rediger2015-07-08 19:00:20 +0200
committerJan-Erik Rediger2015-07-08 19:00:20 +0200
commitde2569b06e961d90d9d52c7e40347b9d5f927b6f (patch)
tree6092095359ebca99335285f1326103db566ef45a
parentca19bc2013fc0a7414cc5265e896e3fb53d547bf (diff)
downloadaur-de2569b06e961d90d9d52c7e40347b9d5f927b6f.tar.gz
[i3-git] Add debug option
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f229ef9b0cc3..4b5397dae65b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = i3-git
pkgdesc = An improved dynamic tiling window manager
- pkgver = 4.10.2.r190.g560d9a2
+ pkgver = 4.10.2.r223.gb30d87e
pkgrel = 1
url = http://i3wm.org/
arch = i686
@@ -32,6 +32,7 @@ pkgbase = i3-git
conflicts = i3bar-git
options = docs
options = !strip
+ options = debug
source = git://github.com/i3/i3#branch=next
sha1sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 62b3ec455a20..73b58965b491 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,7 +24,7 @@ optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
'i3status: To display system information with a bar.'
'perl-json-xs: For i3-save-tree'
'perl-anyevent-i3: For i3-save-tree')
-options=('docs' '!strip')
+options=('docs' '!strip' 'debug')
source=('git://github.com/i3/i3#branch=next')
sha1sums=('SKIP')