summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McCarty2017-12-10 18:34:27 -0800
committerPatrick McCarty2017-12-10 18:34:27 -0800
commit4cb5b229e2abfa22c5307302caaa5f9830353893 (patch)
tree3eb9f8a7d17167fd309569774acb3b1c85c0444e
parent583111663b614a7bfc7f1c2f05e37a0774b03fc1 (diff)
downloadaur-4cb5b229e2abfa22c5307302caaa5f9830353893.tar.gz
Add optional runtime dependencies for package extraction
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 61c9355891cb..e740f2fadea0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,9 @@ arch=('i686' 'x86_64')
url="https://github.com/clearlinux/abireport"
license=('Apache')
makedepends=('go')
+optdepends=('rpm-org: extract rpm files'
+ 'dpkg: extract deb files'
+ 'unzip: extract eopkg files')
source=("https://github.com/clearlinux/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"
"use-unzip-for-eopkg.patch")
sha256sums=('a0b6fa0a5b160e3a40937e7e636729aaf55a033986f8c3abe59742d83216e162'