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

Dave Reisner dreisner at archlinux.org
Wed Jun 29 16:47:54 UTC 2016


    Date: Wednesday, June 29, 2016 @ 16:47:54
  Author: dreisner
Revision: 270794

upgpkg: libarchive 3.2.1-2

- add lz4 as package dependency (FS#49888)

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-29 09:05:18 UTC (rev 270793)
+++ PKGBUILD	2016-06-29 16:47:54 UTC (rev 270794)
@@ -3,12 +3,12 @@
 
 pkgname=libarchive
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 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' 'lzo' 'openssl' 'xz' 'zlib')
+depends=('acl' 'attr' 'bzip2' 'expat' 'lz4' '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