sxhkd-git: update to 20140803
This commit is contained in:
parent
4258b039b6
commit
311963ae0d
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue