diff options
Diffstat (limited to 'abs')
| -rw-r--r-- | abs/core/libarchive/PKGBUILD | 4 | ||||
| -rw-r--r-- | abs/core/libarchive/__changelog | 2 | 
2 files changed, 4 insertions, 2 deletions
| 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. | 
