summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Kobel2018-10-24 13:20:29 +0200
committerAlexander Kobel2018-10-24 13:20:29 +0200
commit4d88558ab2e9476bb47840db7445ba1d2b77fcca (patch)
tree857c0f3e93608d5207ef19b05449e5d852176577 /PKGBUILD
parent656056da52f1651c13950a3d4e10e754b7f6096e (diff)
downloadaur-pbzx.tar.gz
add cpio as optional dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a3c604a8c8da..d6559a6b5ad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=pbzx
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="stream parser for OS X payloads in .pkg files (Niklas Rosenstein's fork)"
arch=('x86_64')
url="https://github.com/NiklasRosenstein/${pkgname}"
license=('GPL3')
depends=('xar' 'xz')
+optdepends=('cpio: postprocessing of the extracted archive')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('33db3cf9dc70ae704e1bbfba52c984f4c6dbfd0cc4449fa16408910e22b4fd90')