summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSantiago Torres2018-08-05 21:57:09 -0400
committerSantiago Torres2018-08-05 21:57:09 -0400
commitf0763494feaeef1a4027110dfabba70d3ab25ea8 (patch)
treefd235aee447dc8ad2ee6775d056af0af3c39a562 /PKGBUILD
parent22eeadd73e35c0e5d8894921f61086ee2e5f2f9d (diff)
downloadaur-f0763494feaeef1a4027110dfabba70d3ab25ea8.tar.gz
FIX: optdepends are properly formatted
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68e340e08716..1ce7058dbb34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,10 +10,8 @@ license=('GPL2' 'GPL3')
url="https://salsa.debian.org/reproducible-builds/reprotest"
depends=('python-setuptools' 'python' 'python-rstr' 'diffoscope' 'fakeroot' 'python-distro')
optdepends=(
- # to enable the shuffle-dirents option
- 'disorderfs'
- # to show a progress bar during diffoscope
- 'python-progressbar')
+ 'disorderfs: to enable the shuffle-dirents option'
+ 'python-progressbar: to show a progress bar during diffoscope')
source=(https://salsa.debian.org/reproducible-builds/reproducible-lfs/raw/master/releases/${pkgname}/${pkgname}_${pkgver}.tar.xz{,.asc})
sha512sums=('2f3f6c609c18f184b5c1eacd820f439e10432b2bc31f275838b297ce4b90e2657d1d900486412847b5b7fb7ec1c85eb67c3b8f68518d2da9bfb78a53b08bfccc'
'SKIP')