diff options
author | Britney Fransen <brfransen@gmail.com> | 2013-09-12 20:07:46 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2013-09-12 20:07:46 (GMT) |
commit | e9af82d9827f4a9e39148364f4192f12369754c2 (patch) | |
tree | 2674321c280e220cb8e18a04e630f31879995d99 /abs/core | |
parent | 4cdf462b8f6f36bb076539f79d9d5ccd4cf0a1f9 (diff) | |
download | linhes_pkgbuild-e9af82d9827f4a9e39148364f4192f12369754c2.zip linhes_pkgbuild-e9af82d9827f4a9e39148364f4192f12369754c2.tar.gz linhes_pkgbuild-e9af82d9827f4a9e39148364f4192f12369754c2.tar.bz2 |
libarchive: add nettle as a dep.
Diffstat (limited to 'abs/core')
-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. |