diff --git a/srcpkgs/beanstalkd/template b/srcpkgs/beanstalkd/template index b903b3582ae..d5850a8bf60 100644 --- a/srcpkgs/beanstalkd/template +++ b/srcpkgs/beanstalkd/template @@ -1,14 +1,15 @@ # Template file for 'beanstalkd' pkgname=beanstalkd -version=1.11 +version=1.12 revision=1 build_style=gnu-makefile +hostmakedepends="pkg-config" short_desc="Simple, fast, general-purpose work queue" maintainer="bougyman " license="MIT" homepage="http://kr.github.io/beanstalkd/" distfiles="https://github.com/kr/beanstalkd/archive/v${version}.tar.gz" -checksum=5e3414e49d00e9ef9530897983e56bdba98da6f8f1f30f5fe7e6064b2f68c544 +checksum=f43a7ea7f71db896338224b32f5e534951a976f13b7ef7a4fb5f5aed9f57883f system_accounts="_beanstalkd" replaces="beanstalk>=0" @@ -17,7 +18,6 @@ make_dirs="/var/lib/beanstalkd 755 _beanstalkd _beanstalkd" CFLAGS="-Wno-error" pre_build() { - sed -i 's,sys/fcntl.h,fcntl.h,' sd-daemon.c vsed -i 's,override,,g' Makefile }