summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartłomiej Piotrowski2017-06-18 22:03:44 +0000
committerBartłomiej Piotrowski2017-06-18 22:03:44 +0000
commit6eb2902941cb2f46c78ff9ae368ce81a359c9212 (patch)
treed7ff13e2b6fb8db1e78c5feef139f58316267a5f
parent8766601ec89518fdc6b2db17901fbf679f6bf702 (diff)
downloadaur-6eb2902941cb2f46c78ff9ae368ce81a359c9212.tar.gz
Add libarchive to depends for the sake of correctness (FS#54507)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e65b70f84b4d..47170132b9c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')