[arch-commits] Commit in (lzo lzo/trunk/PKGBUILD lzo2)

Anatol Pomozov anatolik at archlinux.org
Sat Jul 26 19:16:47 UTC 2014


    Date: Saturday, July 26, 2014 @ 21:16:47
  Author: anatolik
Revision: 218207

Rename lzo2 to lzo. The legacy lzo (version 1) was removed a while ago.

Added:
  lzo/
Modified:
  lzo/trunk/PKGBUILD
Deleted:
  lzo2/

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: lzo/trunk/PKGBUILD
===================================================================
--- lzo2/trunk/PKGBUILD	2014-07-26 17:31:20 UTC (rev 218205)
+++ lzo/trunk/PKGBUILD	2014-07-26 19:16:47 UTC (rev 218207)
@@ -1,14 +1,17 @@
 # $Id$
 # Contributor: Low Kian Seong <fastmail_low at speedymail.org>
 # Maintainer: dorphell <dorphell at archlinux.org>
-pkgname=lzo2
+pkgname=lzo
 pkgver=2.08
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable lossless data compression library"
 arch=('i686' 'x86_64')
 url="http://www.oberhumer.com/opensource/lzo"
 license=('GPL')
 depends=('glibc')
+provides=('lzo2')
+replaces=('lzo2')
+conflicts=('lzo2')
 source=(http://www.oberhumer.com/opensource/lzo/download/lzo-${pkgver}.tar.gz)
 md5sums=('fcec64c26a0f4f4901468f360029678f')
 




More information about the arch-commits mailing list