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

Christian Hesse eworm at archlinux.org
Sat Jan 14 01:44:06 UTC 2017


    Date: Saturday, January 14, 2017 @ 01:44:05
  Author: eworm
Revision: 286265

upgpkg: libarchive 3.2.2-2

download tarball from github.com (where https is available)

Modified:
  libarchive/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-14 00:53:33 UTC (rev 286264)
+++ PKGBUILD	2017-01-14 01:44:05 UTC (rev 286265)
@@ -3,7 +3,7 @@
 
 pkgname=libarchive
 pkgver=3.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="library that can create and read several streaming archive formats"
 arch=('i686' 'x86_64')
 url="http://libarchive.org/"
@@ -11,12 +11,13 @@
 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")
-md5sums=('1ec00b7dcaf969dd2a5712f85f23c764')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('edfc2ee7d42dd03228d0fa3bb9cbaade454557b326b2608b2e32c27aae62bdd4')
 
 build() {
   cd "$pkgname-$pkgver"
 
+  autoreconf -fi
   ./configure \
       --prefix=/usr \
       --without-xml2 \



More information about the arch-commits mailing list