summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2015-12-27 20:43:42 +0100
committerStefan Husmann2015-12-27 20:43:42 +0100
commit5981b6c643c5d251cab8da233727c19d397137e2 (patch)
treee58c3bcd579d54b8e2563362e4bded54a19a3962 /PKGBUILD
parentc5c8c65f1237752b5127e05264083b36ddab1cad (diff)
downloadaur-5981b6c643c5d251cab8da233727c19d397137e2.tar.gz
adopted, small cosmetic changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 703e0fb9ec8c..bd79399bcc08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,12 @@
# 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>
pkgname=stumpwm-git
_pkgname=stumpwm
pkgver=0.9.9.r107.g1af3363
-pkgrel=1
+pkgrel=2
pkgdesc="A tiling, keyboard-driven window manager written in common lisp"
arch=('i686' 'x86_64')
url="https://stumpwm.github.io"
@@ -16,10 +17,11 @@ license=('GPL2')
provides=('stumpwm')
makedepends=('autoconf')
install=stumpwm.install
-md5sums=('SKIP' 'SKIP')
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')
optdepends=('xorg-xprop: for stumpish (StumpWM Interactive Shell)'
@@ -72,5 +74,3 @@ package() {
install -d ${pkgdir}/usr/share/emacs/site-lisp/
mv ${pkgdir}${_contribdest}/util/swm-emacs/*.el ${pkgdir}/usr/share/emacs/site-lisp/
}
-
-# vim:sw=2 ts=2 et si: