Date: Sunday, March 25, 2018 @ 10:58:31 Author: bpiotrowski Revision: 312551
1.7.1-2: remove external optdepends Modified: pkgdiff/trunk/PKGBUILD ----------+ PKGBUILD | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-03-25 10:58:15 UTC (rev 312550) +++ PKGBUILD 2018-03-25 10:58:31 UTC (rev 312551) @@ -4,7 +4,7 @@ pkgname=pkgdiff pkgver=1.7.1 -pkgrel=1 +pkgrel=2 pkgdesc="A tool for analyzing changes in Linux software packages" url="https://lvc.github.io/pkgdiff" arch=('any') @@ -11,11 +11,6 @@ license=('GPL2') depends=('perl' 'diffutils' 'gawk') makedepends=('git') -optdepends=( - 'wdiff: for block diffs' - 'abi-compliance-checker: for check ABI' - 'abi-dumper: for check ABI' -) source=("git+https://github.com/lvc/pkgdiff.git#tag=$pkgver") sha1sums=('SKIP')
