mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 13:42:38 +01:00
libshrink: Fixed lzo dependency
This commit is contained in:
parent
5a552d5cbf
commit
508139e758
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue