diff options
Diffstat (limited to 'user/otf-exo/APKBUILD')
-rw-r--r-- | user/otf-exo/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/otf-exo/APKBUILD b/user/otf-exo/APKBUILD index c7ee2436a..079b4bbdb 100644 --- a/user/otf-exo/APKBUILD +++ b/user/otf-exo/APKBUILD @@ -1,5 +1,5 @@ -# Contributor: Kiyoshi Aman <adelie@aerdan.vulpine.house> -# Maintainer: Kiyoshi Aman <adelie@aerdan.vulpine.house> +# Contributor: Sheila Aman <sheila@vulpine.house> +# Maintainer: Sheila Aman <sheila@vulpine.house> pkgname=otf-exo pkgver=2 pkgrel=0 @@ -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#*-} |