diff --git a/srcpkgs/lemonbar/template b/srcpkgs/lemonbar/template index 499555131cd..43d0817f794 100644 --- a/srcpkgs/lemonbar/template +++ b/srcpkgs/lemonbar/template @@ -1,24 +1,22 @@ # Template file for 'lemonbar' pkgname=lemonbar -version=1.1 -revision=2 +version=1.2 +revision=1 wrksrc="bar-${version}" build_style=gnu-makefile hostmakedepends="perl" makedepends="libxcb-devel" -replaces="bar-git>=0" short_desc="A lightweight xcb based bar" maintainer='Juan RP ' homepage="https://github.com/LemonBoy/bar" license="MIT" distfiles="https://github.com/LemonBoy/bar/archive/v${version}.tar.gz" -checksum=567955575a09a7231cae7f2003e0fd66f4c86d7acbe1f53f407233730c8f2c9c +checksum=b846d8451f9065cdcb94f48a8bd80c074cf1073da0664a94597681912045bfea pre_build() { sed -i 's/^\(CFLAGS *+=\)/override \1/' Makefile sed -i 's/^\(LDFLAGS *+=\)/override \1/' Makefile } - post_install() { vlicense LICENSE }