summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kobel2018-10-24 13:20:29 +0200
committerAlexander Kobel2018-10-24 13:20:29 +0200
commit4d88558ab2e9476bb47840db7445ba1d2b77fcca (patch)
tree857c0f3e93608d5207ef19b05449e5d852176577
parent656056da52f1651c13950a3d4e10e754b7f6096e (diff)
downloadaur-4d88558ab2e9476bb47840db7445ba1d2b77fcca.tar.gz
add cpio as optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6b62b163838..064684194a49 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = pbzx
pkgdesc = stream parser for OS X payloads in .pkg files (Niklas Rosenstein's fork)
pkgver = 1.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/NiklasRosenstein/pbzx
arch = x86_64
license = GPL3
depends = xar
depends = xz
+ optdepends = cpio: postprocessing of the extracted archive
source = https://github.com/NiklasRosenstein/pbzx/archive/v1.0.2.tar.gz
sha256sums = 33db3cf9dc70ae704e1bbfba52c984f4c6dbfd0cc4449fa16408910e22b4fd90
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')