This commit is contained in:
Hauke Stieler 2024-01-26 15:49:42 +01:00
parent 7ce396eb83
commit 41d68169ea
No known key found for this signature in database
GPG key ID: 1C242A9080C2A8F0
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ pkgbase = wiki2book
makedepends = go>=1.20
depends = pandoc
depends = imagemagick
optdepends = ttf-dejavu: Font use in the default style
optdepends = ttf-dejavu: Font used in the default style
provides = wiki2book=0.1.1
source = git+https://github.com/hauke96/wiki2book#tag=v0.1.1
sha256sums = SKIP

View file

@ -8,7 +8,7 @@ arch=("any")
url="https://github.com/hauke96/wiki2book"
license=("GPL-3.0")
depends=("pandoc" "imagemagick")
optdepends=("ttf-dejavu: Font use in the default style")
optdepends=("ttf-dejavu: Font used in the default style")
makedepends=("go>=1.20")
backup=()
conflicts=()