summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2017-12-05 00:32:31 +0100
committerhaawda2017-12-05 00:32:31 +0100
commitc154a6469f8620f0caadc796a95fda02a1910204 (patch)
tree15fe992f16005383d14030dd63c4914fc60c0cd7
parent1ebd897448f322137bb29a0533b7f95e3fcd6036 (diff)
downloadaur-c154a6469f8620f0caadc796a95fda02a1910204.tar.gz
Updated version (1.0.1.rc.28.g29a4b88 -> 1.0.1.rc.29.g2d28580).
Changelog ========= Add support for multi-lines prompt. (2d28580) 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 8c742d45ea2f..9a14853fbb8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 2 23:01:30 UTC 2017
+# Mon Dec 4 23:32:29 UTC 2017
pkgbase = stumpwm-git
pkgdesc = A tiling, keyboard-driven window manager written in common lisp
- pkgver = 1.0.1.rc.28.g29a4b88
+ pkgver = 1.0.1.rc.29.g2d28580
pkgrel = 1
url = https://stumpwm.github.io
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 67b84559cd2c..13fa3245fd33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=stumpwm-git
_pkgname=stumpwm
-pkgver=1.0.1.rc.28.g29a4b88
+pkgver=1.0.1.rc.29.g2d28580
pkgrel=1
pkgdesc="A tiling, keyboard-driven window manager written in common lisp"
arch=('i686' 'x86_64')