devtools-bioarchlinux: fix the makedepends

This commit is contained in:
Kuoi 2025-02-09 16:02:13 +11:00 committed by GitHub
parent 22e4be4d2d
commit 4bf2c6bc46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@ license=('GPL')
url='https://gitlab.archlinux.org/archlinux/devtools'
depends=('bash' 'openssh' 'subversion' 'rsync' 'arch-install-scripts'
'git' 'bzr' 'mercurial' 'diffutils' 'util-linux' 'awk')
makedepends=('asciidoc')
makedepends=('asciidoc' 'asciidoctor')
optdepends=('btrfs-progs: btrfs support')
provides=("devtools=$pkgver-$pkgrel")
conflicts=("devtools")