main/pacman: add libarchive-tools to depends

This is necessary to use pacman's repo maintenance tools like repo-add.
This commit is contained in:
Drew DeVault 2018-01-14 23:07:12 -05:00 committed by Timo Teräs
parent c50c0acbf6
commit 27e6670bee

View File

@ -2,12 +2,12 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=pacman
pkgver=5.0.2
pkgrel=1
pkgrel=2
pkgdesc="a simple library-based package manager"
url="https://www.archlinux.org/pacman/"
arch="all"
license="GPL"
depends=""
depends="libarchive-tools"
depends_dev="libarchive-dev curl-dev libressl-dev gpgme-dev gettext-dev"
makedepends="$depends_dev m4 coreutils sed autoconf automake libtool"
install=""