From 45e601af0fe566874959401faca2af77594c728f Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 9 May 2018 18:53:56 +0200 Subject: [PATCH] python-lz4: rebuild against liblz4 --- srcpkgs/python-lz4/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 "