summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2017-01-20 20:16:53 +0100
committerStefan Husmann2017-01-20 20:16:53 +0100
commitb6e0a27d3f6b8b92be20b081a5e8c85c357cb61f (patch)
tree5194d02dba94799eea2bb2cdc353de1e65ee4fb2 /PKGBUILD
parent7b389ed272a4205a417a0206ffb848c5ca674e27 (diff)
downloadaur-b6e0a27d3f6b8b92be20b081a5e8c85c357cb61f.tar.gz
new makedependency alexandria, other dependencies now makedependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85d037018d75..15df0c81dd9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,21 +8,20 @@
pkgname=stumpwm-git
_pkgname=stumpwm
-pkgver=1.0.0.r0.g37a0ae9
+pkgver=1.0.0.r18.gd70c5fa
pkgrel=1
pkgdesc="A tiling, keyboard-driven window manager written in common lisp"
arch=('i686' 'x86_64')
url="https://stumpwm.github.io"
license=('GPL2')
provides=('stumpwm')
-makedepends=('autoconf')
source=(${_pkgname}::git+https://github.com/stumpwm/stumpwm
${_pkgname}-contrib::git+https://github.com/stumpwm/stumpwm-contrib)
md5sums=('SKIP'
'SKIP')
-depends=('common-lisp' 'cl-asdf' 'clx-git' 'cl-ppcre')
+makedepends=('common-lisp' 'cl-asdf' 'clx-git' 'cl-ppcre' 'cl-alexandria')
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'