community/font-noto: fix typo

caused -all to fail to install
This commit is contained in:
psykose 2022-04-09 18:12:26 +00:00
parent e44f5e2120
commit 520ffb4ca4
No known key found for this signature in database

View File

@ -4,7 +4,7 @@
pkgname=font-noto
pkgver=0_git20211101
_gitrev=364fb14e20f82887280f103f638ff6450dbfc525
pkgrel=1
pkgrel=2
pkgdesc="Noto font families for Latin, Cyrillic and Greek scripts"
url="https://github.com/googlefonts/noto-fonts/"
arch="noarch"
@ -224,7 +224,7 @@ _all() {
$pkgname-extra=$pkgver-r$pkgrel
"
local subname; for name in $_subpkgs; do
local subname; for subname in $_subpkgs; do
depends="$depends $pkgname-$subname"
done