doc/PKGBUILD: fix typo

Signed-off-by: Diego Viola <diego.viola@gmail.com>
Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
Diego Viola 2023-10-28 02:27:18 -03:00 committed by Allan McRae
parent 6e9ab43451
commit 94d9c2affe

View file

@ -339,7 +339,7 @@ function.
This function is run inside `$srcdir`.
*verify() Function*::
An optional `verify()` function can be specified to implement arbiterary
An optional `verify()` function can be specified to implement arbitrary
source authentication. The function should return a non-zero exit code when
verification fails. This function is run before sources are extracted.
This function is run inside `$startdir`.