libarchive: Update to 3.4.0
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname=('libarchive' 'libarchive-devel' 'bsdcpio' 'bsdtar')
|
||||
pkgver=3.3.3
|
||||
pkgrel=3
|
||||
pkgver=3.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="library that can create and read several streaming archive formats"
|
||||
arch=('i686' 'x86_64')
|
||||
url="https://libarchive.org/"
|
||||
@@ -15,7 +15,7 @@ options=('!strip' 'debug' 'libtool')
|
||||
source=("https://libarchive.org/downloads/$pkgname-$pkgver.tar.gz"
|
||||
'libarchive-3.3.2-bcrypt-fix.patch'
|
||||
'libarchive-3.3.1-msys2.patch')
|
||||
sha256sums=('ba7eb1781c9fbbae178c4c6bad1c6eb08edab9a1496c64833d1715d022b30e2e'
|
||||
sha256sums=('c160d3c45010a51a924208f13f6b7b956dabdf8c5c60195df188a599028caa7c'
|
||||
'ba26625c5ab8bcd4cf1b671a44f2b2f9241d4a43ed3223455e168672fe97ff95'
|
||||
'239a135427e0e4ceaa992033e8b4825c69131acc919ac0f5578134c96a1bd718')
|
||||
|
||||
@@ -23,7 +23,7 @@ prepare() {
|
||||
cd "${pkgname}-${pkgver}"
|
||||
|
||||
# msysize patch
|
||||
patch -Np1 -i "${srcdir}/libarchive-3.3.1-msys2.patch"
|
||||
#patch -Np1 -i "${srcdir}/libarchive-3.3.1-msys2.patch"
|
||||
patch -Np1 -i "${srcdir}/libarchive-3.3.2-bcrypt-fix.patch"
|
||||
autoreconf -ivf
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user