mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-11 07:16:42 +02:00
community/font-noto: fix typo
caused -all to fail to install
This commit is contained in:
parent
e44f5e2120
commit
520ffb4ca4
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user