summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororumin2017-08-30 13:54:10 +0900
committerorumin2017-08-30 13:54:10 +0900
commit5d553a353118a89b2d3d5c34dcacd39fded74889 (patch)
tree2e16ff2fbf353fa2931e928c599d20b61a2f0f00
parent12e85a0ae67bc47138651b6990a05d53087516c5 (diff)
downloadaur-5d553a353118a89b2d3d5c34dcacd39fded74889.tar.gz
fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52e54b26e337..fd626f118c71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = otf-kingen
pkgdesc = Japanese OpenType font obtained by mixing old style kana character font and Adobe Source Han Serif JP
pkgver = 1.000
- pkgrel = 1
- url = http://osdn.jp/projects/koruri
+ pkgrel = 2
+ url = http://www.akenotsuki.com/eyeben/fonts/kingen.html
install = otf.install
arch = any
license = custom:SIL
diff --git a/PKGBUILD b/PKGBUILD
index be18d7e66f34..e7aa164e3f58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=otf-kingen
pkgver=1.000
-pkgrel=1
+pkgrel=2
pkgdesc="Japanese OpenType font obtained by mixing old style kana character font and Adobe Source Han Serif JP"
arch=('any')
-url="http://osdn.jp/projects/koruri"
+url="http://www.akenotsuki.com/eyeben/fonts/kingen.html"
license=('custom:SIL')
depends=('fontconfig' 'xorg-font-utils')
makedepends=('unzip')