summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')