diff options
author | Bartłomiej Piotrowski | 2017-06-18 22:03:44 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski | 2017-06-18 22:03:44 +0000 |
commit | 6eb2902941cb2f46c78ff9ae368ce81a359c9212 (patch) | |
tree | d7ff13e2b6fb8db1e78c5feef139f58316267a5f | |
parent | 8766601ec89518fdc6b2db17901fbf679f6bf702 (diff) | |
download | aur-6eb2902941cb2f46c78ff9ae368ce81a359c9212.tar.gz |
Add libarchive to depends for the sake of correctness (FS#54507)
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ pkgdesc="Arch Linux build source file management tool" arch=(any) url="https://github.com/falconindy/asp" license=(MIT) -depends=(awk bash jq git) +depends=(awk bash jq git libarchive) makedepends=(asciidoc) source=($pkgname-$pkgver.tar.gz::https://github.com/falconindy/asp/archive/v$pkgver.tar.gz) sha256sums=('df92416a2a991f0c89a7c152de99a41608a4810d45b8dc58613695e17a971fc3') |