diff --git a/srcpkgs/python-lz4/template b/srcpkgs/python-lz4/template index 9cb724b457f..1123a1ff47c 100644 --- a/srcpkgs/python-lz4/template +++ b/srcpkgs/python-lz4/template @@ -1,13 +1,13 @@ # Template file for 'python-lz4' pkgname=python-lz4 version=1.1.0 -revision=1 +revision=2 wrksrc="lz4-${version}" build_style=python-module pycompile_module="lz4" hostmakedepends="pkg-config python-setuptools python3-setuptools python-pkgconfig python3-pkgconfig" -makedepends="python-devel python3-devel lz4-devel" +makedepends="python-devel python3-devel liblz4-devel" depends="python-future" short_desc="LZ4 bindings for Python2" maintainer="Oliver Kiddle "