From 41d68169eaed68d97790a6b53bdda4dfcbf55813 Mon Sep 17 00:00:00 2001 From: Hauke Stieler Date: Fri, 26 Jan 2024 15:49:42 +0100 Subject: [PATCH] Fix typo --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index de9c997da430..f2850c959154 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 6ccd4e30b0c8..fc4dc65df5e7 100644 --- a/PKGBUILD +++ b/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=()