summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2017-12-02 11:48:21 +0100
committerhaawda2017-12-02 11:48:21 +0100
commit00ee5b91dd26193db6a240e208f5a0ffd094047a (patch)
treedb9edad1e891f330c23b74df5105365886eea4a8
parent9cab17f3f2082e3f1020505bbbc041896e261940 (diff)
downloadaur-00ee5b91dd26193db6a240e208f5a0ffd094047a.tar.gz
Updated version (1.0.1.rc.15.gaa8f956 -> 1.0.1.rc.27.g594a925).
Changelog ========= 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 ccd3275da869..f2031d87bafe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 30 22:43:38 UTC 2017
+# Sat Dec 2 10:48:20 UTC 2017
pkgbase = stumpwm-git
pkgdesc = A tiling, keyboard-driven window manager written in common lisp
- pkgver = 1.0.1.rc.15.gaa8f956
+ pkgver = 1.0.1.rc.27.g594a925
pkgrel = 1
url = https://stumpwm.github.io
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2b3325efc8ae..a4af590b430f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
pkgname=stumpwm-git
_pkgname=stumpwm
-pkgver=1.0.1.rc.15.gaa8f956
+pkgver=1.0.1.rc.27.g594a925
pkgrel=1
pkgdesc="A tiling, keyboard-driven window manager written in common lisp"
arch=('i686' 'x86_64')