diff --git a/testing/font-raleway/APKBUILD b/testing/font-raleway/APKBUILD index d5cd1a92bc0..965e1d43028 100644 --- a/testing/font-raleway/APKBUILD +++ b/testing/font-raleway/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Bart Ribbers pkgname=font-raleway pkgver=4.101 -pkgrel=0 +pkgrel=1 pkgdesc="An elegant sans-serif font family, now 9 weights and italic style" url="https://www.theleagueofmoveabletype.com/raleway" arch="noarch" @@ -21,6 +21,8 @@ package() { } otf() { + depends="" + cd "$builddir"/static/OTF find . -name "*.otf" -maxdepth 1 | while read -r i; do install -Dm644 $i -t "$subpkgdir"/usr/share/fonts/OTF/ @@ -28,6 +30,8 @@ otf() { } ttf() { + depends="" + cd "$builddir"/static/TTF find . -name "*.ttf" -maxdepth 1 | while read -r i; do install -Dm644 $i -t "$subpkgdir"/usr/share/fonts/TTF/