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

Christian Hesse eworm at archlinux.org
Sat Feb 25 21:11:39 UTC 2017


    Date: Saturday, February 25, 2017 @ 21:11:38
  Author: eworm
Revision: 289543

upgpkg: libarchive 3.3.1-1

* upstream update
* drop dependency to lzo (FS#53057, [0])

[0] https://github.com/libarchive/libarchive/commit/6a509898d71ad4b31e4e4a00f42f7e8b00b7f03a

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-25 18:43:54 UTC (rev 289542)
+++ PKGBUILD	2017-02-25 21:11:38 UTC (rev 289543)
@@ -2,17 +2,17 @@
 # Maintainer: Dan McGee <dan at archlinux.org>
 
 pkgname=libarchive
-pkgver=3.3.0
-pkgrel=2
+pkgver=3.3.1
+pkgrel=1
 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' 'lz4' 'lzo' 'openssl' 'xz' 'zlib')
+depends=('acl' 'attr' 'bzip2' 'expat' 'lz4' 'openssl' 'xz' 'zlib')
 options=('strip' 'debug' 'libtool')
 provides=('libarchive.so')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('046045c5d52413579e7dadb2f8464b2ca3feadb9f68380bf535b4885cf32eaee')
+sha256sums=('ff138120fe7fca1bd02bed6f06d6869c7497658904a2f8916947f9a3f3257377')
 
 build() {
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list