mirror of
https://github.com/archlinux/aur.git
synced 2026-02-07 12:41:55 +01:00
Fix typo
This commit is contained in:
parent
7ce396eb83
commit
41d68169ea
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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=()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue