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

Anatol Pomozov anatolik at archlinux.org
Tue Jul 29 01:31:30 UTC 2014


    Date: Tuesday, July 29, 2014 @ 03:31:30
  Author: anatolik
Revision: 218263

upgpkg: libarchive 3.1.2-8

Add lzo dependency. As libarchive is highly-popular package
all users will be forced to replace lzo2 with lzo.

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-28 21:21:54 UTC (rev 218262)
+++ PKGBUILD	2014-07-29 01:31:30 UTC (rev 218263)
@@ -3,12 +3,12 @@
 
 pkgname=libarchive
 pkgver=3.1.2
-pkgrel=7
+pkgrel=8
 pkgdesc="library that can create and read several streaming archive formats"
 arch=('i686' 'x86_64')
 url="http://libarchive.org/"
 license=('BSD')
-depends=('acl' 'attr' 'bzip2' 'expat' 'lzo2' 'openssl' 'xz' 'zlib')
+depends=('acl' 'attr' 'bzip2' 'expat' 'lzo' 'openssl' 'xz' 'zlib')
 options=('strip' 'debug' 'libtool')
 provides=('libarchive.so')
 source=("http://libarchive.org/downloads/$pkgname-$pkgver.tar.gz"




More information about the arch-commits mailing list