From e9af82d9827f4a9e39148364f4192f12369754c2 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Thu, 12 Sep 2013 15:07:46 -0500 Subject: libarchive: add nettle as a dep. --- abs/core/libarchive/PKGBUILD | 4 ++-- abs/core/libarchive/__changelog | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 abs/core/libarchive/__changelog diff --git a/abs/core/libarchive/PKGBUILD b/abs/core/libarchive/PKGBUILD index cb043a3..182ea71 100644 --- a/abs/core/libarchive/PKGBUILD +++ b/abs/core/libarchive/PKGBUILD @@ -3,12 +3,12 @@ pkgname=libarchive pkgver=3.1.2 -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' 'lzo2' 'openssl' 'xz' 'zlib') +depends=('acl' 'attr' 'bzip2' 'expat' 'lzo2' 'openssl' 'xz' 'zlib' 'nettle') provides=('libarchive.so') source=("http://libarchive.org/downloads/$pkgname-$pkgver.tar.gz" '0001-mtree-fix-line-filename-length-calculation.patch' diff --git a/abs/core/libarchive/__changelog b/abs/core/libarchive/__changelog new file mode 100644 index 0000000..a21fb55 --- /dev/null +++ b/abs/core/libarchive/__changelog @@ -0,0 +1,2 @@ +- add nettle as a dep of libarchive. bsdcpio needs nettle when creating + the LH iso. -- cgit v0.12