summaryrefslogtreecommitdiffstats
path: root/abs/core/libarchive/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-04-21 13:18:28 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-04-21 13:18:28 (GMT)
commit04d9a2405beaffb57bd29703a01bec6068536b6e (patch)
treef0fb2a41b1ae4b164593285166359750f6f2b2a9 /abs/core/libarchive/PKGBUILD
parentb2a1ac7ff3270d8d636535664cc46dd0cc4b0540 (diff)
downloadlinhes_pkgbuild-04d9a2405beaffb57bd29703a01bec6068536b6e.zip
linhes_pkgbuild-04d9a2405beaffb57bd29703a01bec6068536b6e.tar.gz
linhes_pkgbuild-04d9a2405beaffb57bd29703a01bec6068536b6e.tar.bz2
libarchive: add nettle version dep to make sure there are not lib mismatches during upgrade that would cause bsdcpio to fail.
Diffstat (limited to 'abs/core/libarchive/PKGBUILD')
-rw-r--r--abs/core/libarchive/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/libarchive/PKGBUILD b/abs/core/libarchive/PKGBUILD
index 4c45763..4bb4c70 100644
--- a/abs/core/libarchive/PKGBUILD
+++ b/abs/core/libarchive/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=libarchive
pkgver=3.1.2
-pkgrel=9
+pkgrel=10
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' 'nettle' 'openssl' 'xz' 'zlib')
+depends=('acl' 'attr' 'bzip2' 'expat' 'lzo' 'nettle>=3.2-1' 'openssl' 'xz' 'zlib')
options=('strip' 'debug' 'libtool')
provides=('libarchive.so')
source=("http://libarchive.org/downloads/$pkgname-$pkgver.tar.gz"