summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2017-12-03 00:01:32 +0100
committerhaawda2017-12-03 00:01:32 +0100
commit1ebd897448f322137bb29a0533b7f95e3fcd6036 (patch)
treee2fc73a07767c5695cc13faf103e1f22c166549a
parent00ee5b91dd26193db6a240e208f5a0ffd094047a (diff)
downloadaur-1ebd897448f322137bb29a0533b7f95e3fcd6036.tar.gz
Updated version (1.0.1.rc.27.g594a925 -> 1.0.1.rc.28.g29a4b88).
Changelog ========= Remove reference to stumpwm-idle-timer-channel (29a4b88) create wrapper for getting decoded system time (594a925) Fixing #383 (f4c5484) Merge pull request #406 from juki-pub/arg-pop (27f228f) Update documentation to explain changes to ARGUMENT-POP (9ff2d99) Merge pull request #404 from juki-pub/master (aa8f956) Make sure the index stays within bounds (c284a28) Allow double quotes as string delimiters for command arguments (5cb3299) Set the input window height in SETUP-INPUT-WINDOW (0876492) Use vertical padding for input prompts (6ad3974) Allow changing the vertical padding of message windows (27d6e4a) Fix background highlight position (adf0b9b) Fixed documentation for *new-window-preferred-frame* (cbf39b8) Add the visual-pull-from-windowlist command. (8441235) Merge pull request #402 from steinuil/master (b888d65) fix error when XDG_CONFIG_HOME doesn't end with / (36e23d1) Add new head hook (feb2505) Add a selection hook in select-from-menu. (4fd7d0f) Restoring sbcl make rules and removing old release and upload-release targets (88c4e90) Bumping version from 1.0.0 to 1.0.1 (95933b2) Merge branch 'master' of github.com:stumpwm/stumpwm (e2b55cc) Purging multiple lisp boiler plate (d6e2fd2) Merge branch 'master' of github.com:stumpwm/stumpwm (eb04f69) Adding missing timers file that broke the build :( (48a872e) Merge pull request #389 from stumpwm/maybe-map-window-if (bd223df) Moved timer code to its own file and added idle-time function for hooking in screensavers (89ff4d8) Merge branch 'master' into idle-timer-wip (0f66b19) WIP of idle timers (b224cf4)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2031d87bafe..8c742d45ea2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 2 10:48:20 UTC 2017
+# Sat Dec 2 23:01:30 UTC 2017
pkgbase = stumpwm-git
pkgdesc = A tiling, keyboard-driven window manager written in common lisp
- pkgver = 1.0.1.rc.27.g594a925
+ pkgver = 1.0.1.rc.28.g29a4b88
pkgrel = 1
url = https://stumpwm.github.io
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index a4af590b430f..67b84559cd2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=stumpwm-git
_pkgname=stumpwm
-pkgver=1.0.1.rc.27.g594a925
+pkgver=1.0.1.rc.28.g29a4b88
pkgrel=1
pkgdesc="A tiling, keyboard-driven window manager written in common lisp"
arch=('i686' 'x86_64')