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'
|
# Template file for 'bspwm'
|
||||||
pkgname=bspwm
|
pkgname=bspwm
|
||||||
version=0.8.8
|
version=0.8.8
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
|
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
|
||||||
short_desc="A tiling window manager based on binary space partitioning"
|
short_desc="A tiling window manager based on binary space partitioning"
|
||||||
maintainer="unmaintained"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="https://github.com/baskerville/bspwm"
|
homepage="https://github.com/baskerville/bspwm"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/baskerville/bspwm"
|
local url="git://github.com/baskerville/bspwm"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
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() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue