summaryrefslogtreecommitdiff
path: root/user/koruri
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-18 14:55:03 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-08-18 14:55:03 +0000
commitec28fcca238c7ee8cc24466705e63b328ea6961a (patch)
tree829833acae1dd5f5d4cdb005c20917ee59e512da /user/koruri
parentb0ea9a3eb7eaad08a4ee5c8e5ad6caec9efe247c (diff)
downloadpackages-ec28fcca238c7ee8cc24466705e63b328ea6961a.tar.gz
packages-ec28fcca238c7ee8cc24466705e63b328ea6961a.tar.bz2
packages-ec28fcca238c7ee8cc24466705e63b328ea6961a.tar.xz
packages-ec28fcca238c7ee8cc24466705e63b328ea6961a.zip
user/koruri: update URL
Diffstat (limited to 'user/koruri')
-rw-r--r--user/koruri/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/user/koruri/APKBUILD b/user/koruri/APKBUILD
index 58229ed88..95ba170d1 100644
--- a/user/koruri/APKBUILD
+++ b/user/koruri/APKBUILD
@@ -4,7 +4,7 @@ pkgname=koruri
pkgver=20180915
pkgrel=0
pkgdesc="Japanese typeface based on M+ FONTS and Open Sans"
-url="https://osdn.net/projects/koruri/"
+url="https://koruri.github.io/"
arch="noarch"
options="!check" # No test suite.
license="Apache-2.0 AND custom:M+-FONTS"
@@ -15,7 +15,6 @@ source="https://mirrors.gigenet.com/OSDN//koruri/70038/Koruri-$pkgver.tar.xz"
builddir="$srcdir/Koruri-$pkgver"
package() {
- cd "$builddir"
install -m644 -Dt "$pkgdir"/usr/share/fonts/X11/TTF/ *.ttf
}