diff --git a/.SRCINFO b/.SRCINFO index 980ac5da7554..be7e813629be 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = libshrink pkgdesc = Library provides a single API into several compression algorithms (LZO, LZ77, LZMA) pkgver = 0.5.4 - pkgrel = 2 + pkgrel = 3 url = https://opensource.conformal.com/wiki/shrink arch = i686 arch = x86_64 license = ISC makedepends = libclens depends = zlib - depends = lzo2 + depends = lzo>=2.0 depends = xz source = https://opensource.conformal.com/snapshots/shrink/shrink-0.5.4.tar.gz sha1sums = e6f71d477e1550cc7b683e878b471c665ade692a diff --git a/PKGBUILD b/PKGBUILD index a05e5c3db77e..f103d0fd3cef 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,13 +2,13 @@ pkgname=libshrink pkgver=0.5.4 -pkgrel=2 +pkgrel=3 pkgdesc="Library provides a single API into several compression algorithms (LZO, LZ77, LZMA)" arch=(i686 x86_64) url="https://opensource.conformal.com/wiki/shrink" license=(ISC) -depends=('zlib' 'lzo2' 'xz') +depends=('zlib' 'lzo>=2.0' 'xz') makedepends=('libclens') source=(https://opensource.conformal.com/snapshots/shrink/shrink-$pkgver.tar.gz)