summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2196fc52113..77a1635c5a14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
+# Maintainer: Kaare Jenssen <kaare at jenssen dot it>
# Contributor: Chris Dunder <echo Y2R1bmRlckBnbWFpbC5jb20K | base64 -d>
# Contributor: M Rawash <mrawash@gmail.com>
# Contributor: olvar <beren dot olvar (at) gmail dot com>
# Contributor: Andrew Antle <andrew dot antle at gmail dot com>
# Contributor: joyfulgirl <joyfulgirl (at) archlinux.us>
# Contributor: Jonathan Friedman <jonf@gojon.com>
-# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
+# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=stumpwm-git
_pkgname=stumpwm
-pkgver=18.05.94.g2ede972
+pkgver=19.11.51.g2948b7c
pkgrel=1
pkgdesc="A tiling, keyboard-driven window manager written in common lisp"
arch=('i686' 'x86_64')
@@ -23,15 +24,14 @@ md5sums=('SKIP'
'b5721de9b1cbdb4548d11570a512c5d4'
'SKIP')
-makedepends=('common-lisp' 'cl-asdf' 'clx-git' 'cl-ppcre' 'cl-alexandria')
+makedepends=('common-lisp' 'cl-asdf' 'clx-git' 'cl-ppcre' 'cl-alexandria-git')
optdepends=('xorg-xprop: for stumpish (StumpWM Interactive Shell)'
'rlwrap: for stumpish completion and history'
'emacs: Edit and eval stumpwm code with M-x stumpwm-mode'
'alsa-utils: for amixer.lisp (control audio volume)'
'aumix: for aumix.lisp (control audio volume)'
'mpd: for mpd.lisp (control the mpd)'
- 'surfraw: for surfraw.lisp (surf the Internet)'
- 'clx-truetype: for ttf-fonts.lisp (Xft fonts)')
+ 'surfraw: for surfraw.lisp (surf the Internet)')
# Binary will not run other
options=('!strip' '!makeflags') # Thanks to sidereus for pointing this out