summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed84044779e3..3ca1970a6155 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,16 @@
-# Generated by mksrcinfo v8
-# Fri Jan 13 01:28:56 UTC 2017
pkgbase = stumpwm-git
pkgdesc = A tiling, keyboard-driven window manager written in common lisp
- pkgver = 1.0.0.r0.g37a0ae9
+ pkgver = 1.0.0.r18.gd70c5fa
pkgrel = 1
url = https://stumpwm.github.io
arch = i686
arch = x86_64
license = GPL2
- makedepends = autoconf
- depends = common-lisp
- depends = cl-asdf
- depends = clx-git
- depends = cl-ppcre
+ makedepends = common-lisp
+ makedepends = cl-asdf
+ makedepends = clx-git
+ makedepends = cl-ppcre
+ makedepends = cl-alexandria
optdepends = xorg-xprop: for stumpish (StumpWM Interactive Shell)
optdepends = rlwrap: for stumpish completion and history
optdepends = emacs: Edit and eval stumpwm code with M-x stumpwm-mode
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'