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