Skip to content
Snippets Groups Projects
Commit d13c696d authored by alice's avatar alice Committed by Francesco Colista
Browse files

community/font-opensans: add replaces for ttf-opensans

also remove unneeded depends
parent 80d6dcf8
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,10 @@ url="https://github.com/googlefonts/opensans"
arch="noarch"
license="Apache-2.0"
options="!check" # is a font
depends="fontconfig mkfontdir mkfontscale !ttf-opensans"
depends="fontconfig mkfontscale"
# for backward compatibility (Alpine <3.16)
replaces="ttf-opensans"
provides="ttf-opensans=$pkgver-r$pkgrel"
source="$pkgname-$pkgver.tar.gz::https://github.com/googlefonts/opensans/archive/$_commit.tar.gz"
builddir="$srcdir/opensans-$_commit"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment