diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-26 00:10:11 -0300 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-05-29 02:28:21 +0300 |
commit | 2c4def74114423fc447351b3984c9a570c72fa2c (patch) | |
tree | 8535df56d930f9df0538a7a3c8198290ce1ad601 /testing/font-fantasque-sans | |
parent | 1099869da9ff6597b5ef742f99810431ae3578b5 (diff) | |
download | aports-2c4def74114423fc447351b3984c9a570c72fa2c.tar.bz2 aports-2c4def74114423fc447351b3984c9a570c72fa2c.tar.xz |
testing/font-fantasque-sans: modernize
Diffstat (limited to 'testing/font-fantasque-sans')
-rw-r--r-- | testing/font-fantasque-sans/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testing/font-fantasque-sans/APKBUILD b/testing/font-fantasque-sans/APKBUILD index 9431dfdf66..eb08985bd4 100644 --- a/testing/font-fantasque-sans/APKBUILD +++ b/testing/font-fantasque-sans/APKBUILD @@ -10,9 +10,8 @@ url="https://github.com/belluzj/fantasque-sans" arch="noarch" license="OFL-1.1" depends="fontconfig" -makedepends="fontconfig" source="$_pkgname-$pkgver-normal.tar.gz::https://github.com/belluzj/fantasque-sans/releases/download/v$pkgver/FantasqueSansMono-Normal.tar.gz - $_pkgname-$pkgver-noloopk.tar.gz::https://github.com/belluzj/fantasque-sans/releases/download/v$pkgver/FantasqueSansMono-NoLoopK.tar.gz + $_pkgname-$pkgver-noloopk.tar.gz::https://github.com/belluzj/fantasque-sans/releases/download/v$pkgver/FantasqueSansMono-NoLoopK.tar.gz $_pkgname-$pkgver-largelineheight.tar.gz::https://github.com/belluzj/fantasque-sans/releases/download/v$pkgver/FantasqueSansMono-LargeLineHeight.tar.gz $_pkgname-$pkgver-largelineheightnoloopk.tar.gz::https://github.com/belluzj/fantasque-sans/releases/download/v$pkgver/FantasqueSansMono-LargeLineHeight-NoLoopK.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |