mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/lzo to 2.10-1
This commit is contained in:
parent
16041fc893
commit
06fd7d54ef
1 changed files with 2 additions and 5 deletions
|
@ -6,18 +6,15 @@
|
|||
# - disable unaligned access on v5 with -DLZO_CFG_NO_UNALIGNED
|
||||
|
||||
pkgname=lzo
|
||||
pkgver=2.09
|
||||
pkgver=2.10
|
||||
pkgrel=1
|
||||
pkgdesc="Portable lossless data compression library"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://www.oberhumer.com/opensource/lzo"
|
||||
license=('GPL')
|
||||
depends=('glibc')
|
||||
provides=("lzo2=$pkgver")
|
||||
replaces=('lzo2')
|
||||
conflicts=('lzo2')
|
||||
source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
|
||||
sha1sums=('e2a60aca818836181e7e6f8c4f2c323aca6ac057')
|
||||
sha1sums=('4924676a9bae5db58ef129dc1cebce3baa3c4b5d')
|
||||
|
||||
build() {
|
||||
cd lzo-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue