sxhkd-git: update to 20140803

This commit is contained in:
Ypnose 2014-08-03 17:10:12 +02:00
parent 4258b039b6
commit 311963ae0d
1 changed files with 2 additions and 6 deletions

View File

@ -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
}