diff options
Diffstat (limited to 'extra/lzop')
-rw-r--r-- | extra/lzop/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/lzop/PKGBUILD b/extra/lzop/PKGBUILD index 240422d27..b507594a4 100644 --- a/extra/lzop/PKGBUILD +++ b/extra/lzop/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 98428 2010-11-08 21:29:39Z andrea $ +# $Id: PKGBUILD 151444 2012-02-26 10:58:51Z pierre $ # Maintainer: # Contributor: Damir Perisa <damir.perisa@bluewin.ch> pkgname=lzop pkgver=1.03 -pkgrel=1 +pkgrel=2 pkgdesc="File compressor using lzo lib" arch=('i686' 'x86_64') license=('GPL') url="http://www.lzop.org/" depends=('lzo2') -source=(http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz) +source=("http://www.lzop.org/download/${pkgname}-${pkgver}.tar.gz") md5sums=('006c5e27fb78cdd14a628fdfa5aa1905') build() { |