diff options
author | Breno Leitao <breno.leitao@gmail.com> | 2017-04-29 19:52:38 +0000 |
---|---|---|
committer | Breno Leitao <breno.leitao@gmail.com> | 2017-04-29 20:02:08 +0000 |
commit | 5875522c9eed3be67b8d947316b422a111d85258 (patch) | |
tree | b0e7b10113dfe7261a3e6167d9e0b51807059509 /testing/unifont | |
parent | ae5e0a114091a82c36060d4362875a258da71b4a (diff) | |
download | aports-5875522c9eed3be67b8d947316b422a111d85258.tar.bz2 aports-5875522c9eed3be67b8d947316b422a111d85258.tar.xz |
testing/unifont: Fix url variable
The $url was pointing to the package other than for the project home
page. Thanks Jakub for seeing it.
Diffstat (limited to 'testing/unifont')
-rw-r--r-- | testing/unifont/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/unifont/APKBUILD b/testing/unifont/APKBUILD index 2c212898da..0449108a5e 100644 --- a/testing/unifont/APKBUILD +++ b/testing/unifont/APKBUILD @@ -4,7 +4,7 @@ pkgname=unifont pkgver=9.0.06 pkgrel=0 pkgdesc="GNU Unifont package with glyphs for every printable code point in the Unicode 9.0 Basic Multilingual Plane (BMP)" -url="http://unifoundry.com/pub/unifont-9.0.06/unifont-9.0.06.tar.gz" +url="http://unifoundry.com/unifont.html" arch="ppc64le" license="GPL" depends="bdftopcf perl-gd" |