[arch-commits] Commit in asp/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Jun 18 22:03:45 UTC 2017


    Date: Sunday, June 18, 2017 @ 22:03:44
  Author: bpiotrowski
Revision: 298961

Add libarchive to depends for the sake of correctness (FS#54507)

Modified:
  asp/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-18 19:30:55 UTC (rev 298960)
+++ PKGBUILD	2017-06-18 22:03:44 UTC (rev 298961)
@@ -8,7 +8,7 @@
 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')



More information about the arch-commits mailing list