diff options
Diffstat (limited to 'core/lzo2/PKGBUILD')
-rw-r--r-- | core/lzo2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/lzo2/PKGBUILD b/core/lzo2/PKGBUILD index b9aa75ad5..dd0c5e65b 100644 --- a/core/lzo2/PKGBUILD +++ b/core/lzo2/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 122309 2011-05-03 18:52:51Z tpowa $ +# $Id: PKGBUILD 136471 2011-08-30 06:25:43Z tpowa $ # Contributor: Low Kian Seong <fastmail_low@speedymail.org> # Maintainer: dorphell <dorphell@archlinux.org> pkgname=lzo2 -pkgver=2.05 +pkgver=2.06 pkgrel=1 pkgdesc="Portable lossless data compression library" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL') depends=('glibc') source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz) options=(!libtool) -md5sums=('c67cda5fa191bab761c7cb06fe091e36') +md5sums=('95380bd4081f85ef08c5209f4107e9f8') build() { cd "${srcdir}/lzo-${pkgver}" |