sxhkd-git: update to 20140803

This commit is contained in:
Ypnose 2014-08-03 17:10:12 +02:00
parent 4258b039b6
commit 311963ae0d

View file

@ -1,7 +1,7 @@
# Template file for 'sxhkd-git' # Template file for 'sxhkd-git'
pkgname=sxhkd-git pkgname=sxhkd-git
version=20140531 version=20140803
revision=2 revision=1
build_style=gnu-makefile build_style=gnu-makefile
hostmakedepends="git" hostmakedepends="git"
makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel" makedepends="libxcb-devel xcb-util-devel xcb-util-keysyms-devel"
@ -18,10 +18,6 @@ do_fetch() {
git clone ${url} ${pkgname}-${version} git clone ${url} ${pkgname}-${version}
} }
pre_build() {
sed -i 's/LIBS =/LIBS +=/g' Makefile
}
post_install() { post_install() {
vinstall LICENSE 644 usr/share/licenses/$pkgname vinstall LICENSE 644 usr/share/licenses/$pkgname
} }