bspwm: unmaintained == maintained by xtraeme; revbump to trigger autobuilds.
This commit is contained in:
parent
2678fe0ada
commit
0e457c19d8
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'bspwm'
|
||||
pkgname=bspwm
|
||||
version=0.8.8
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
|
||||
short_desc="A tiling window manager based on binary space partitioning"
|
||||
maintainer="unmaintained"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="BSD"
|
||||
homepage="https://github.com/baskerville/bspwm"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/baskerville/bspwm"
|
||||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone --branch 0.8.8 ${url} ${pkgname}-${version}
|
||||
git clone -b${version} ${url} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue