mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 04:41:00 +01:00
Add wiki2book dependencies
This commit is contained in:
parent
6355244cee
commit
3fc3f77fd4
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -7,7 +7,7 @@ pkgdesc="Wiki2book is a CLI tool to convert one or multiple Wikipedia articles i
|
|||
arch=("any")
|
||||
url="https://github.com/hauke96/wiki2book"
|
||||
license=("GPL-3.0")
|
||||
depends=()
|
||||
depends=("pandoc" "imagemagick")
|
||||
makedepends=("go>=1.20")
|
||||
backup=()
|
||||
conflicts=()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue