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

Christian Hesse eworm at archlinux.org
Mon Feb 27 09:00:41 UTC 2017


    Date: Monday, February 27, 2017 @ 09:00:40
  Author: eworm
Revision: 289594

upgpkg: libarchive 3.3.1-3

Set option !libtool and do not ship libtool archive. We carried that file as
it was needed by pacman to compile (see FS#28558, [0]). However this changed
since pacman uses pkg-config for libarchive detection now.

[0] https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/libarchive&id=cb02005f3534584345698bee4ccd29c02e5fa69c
[1] https://git.archlinux.org/pacman.git/commit/?id=059c572ca5c0f3ac9d90c53f0c0bdc8e4fb0336f

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-27 08:24:10 UTC (rev 289593)
+++ PKGBUILD	2017-02-27 09:00:40 UTC (rev 289594)
@@ -3,13 +3,13 @@
 
 pkgname=libarchive
 pkgver=3.3.1
-pkgrel=2
+pkgrel=3
 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' 'openssl' 'xz' 'zlib')
-options=('strip' 'debug' 'libtool')
+options=('strip' 'debug' '!libtool')
 provides=('libarchive.so')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
 sha256sums=('ff138120fe7fca1bd02bed6f06d6869c7497658904a2f8916947f9a3f3257377')



More information about the arch-commits mailing list