summaryrefslogtreecommitdiffstats
path: root/abs/core/libarchive/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-12 20:07:46 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-12 20:07:46 (GMT)
commite9af82d9827f4a9e39148364f4192f12369754c2 (patch)
tree2674321c280e220cb8e18a04e630f31879995d99 /abs/core/libarchive/PKGBUILD
parent4cdf462b8f6f36bb076539f79d9d5ccd4cf0a1f9 (diff)
downloadlinhes_pkgbuild-e9af82d9827f4a9e39148364f4192f12369754c2.zip
linhes_pkgbuild-e9af82d9827f4a9e39148364f4192f12369754c2.tar.gz
linhes_pkgbuild-e9af82d9827f4a9e39148364f4192f12369754c2.tar.bz2
libarchive: add nettle as a dep.
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 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'