diff options
author | Zach van Rijn <me@zv.io> | 2021-10-06 18:04:48 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-10-06 18:04:48 -0500 |
commit | 576cd93e417c3cc783719f238f40bc7ae8857025 (patch) | |
tree | afc5b5234f5499109e808c3f3c855e2ab567bd9c /user/otf-exo | |
parent | fe6ed0ef651a0b7dc72949db71d9525e4e4bf97b (diff) | |
download | packages-576cd93e417c3cc783719f238f40bc7ae8857025.tar.gz packages-576cd93e417c3cc783719f238f40bc7ae8857025.tar.bz2 packages-576cd93e417c3cc783719f238f40bc7ae8857025.tar.xz packages-576cd93e417c3cc783719f238f40bc7ae8857025.zip |
user/otf-exo: fix download URL to use archive.org (yeah buddy)
Diffstat (limited to 'user/otf-exo')
-rw-r--r-- | user/otf-exo/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/otf-exo/APKBUILD b/user/otf-exo/APKBUILD index 4bde85eb7..079b4bbdb 100644 --- a/user/otf-exo/APKBUILD +++ b/user/otf-exo/APKBUILD @@ -10,7 +10,7 @@ options="!check" # No tests license="OFL-1.1" depends="fontconfig" makedepends="" -source="http://ndiscovered.com/archives/exo-$pkgver.zip" +source="https://web.archive.org/web/20190802223635/http://ndiscovered.com/archives/exo-2.zip" package() { mkdir -p "$pkgdir"/usr/share/fonts/X11/OTF/${pkgname#*-} |