summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a09069c73498..738522fe859a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,9 @@ pkgbase = spoqa-han-sans
url = http://www.spoqa-han-sans.com/
arch = any
license = sil
- depends = fontconfig
+ makedepends = fontconfig
+ makedepends = xorg-mkfontdir
+ makedepends = xorg-mkfontscale
source = https://github.com/spoqa/spoqa-han-sans/releases/download/v2.1.2/SpoqaHanSans_original.zip
md5sums = 882bb716e0364a5e50a367ae59fde857
diff --git a/PKGBUILD b/PKGBUILD
index 07f616f986fa..d12963da9bc4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc='TTF font for korean, english and japanese'
arch=('any')
url="http://www.spoqa-han-sans.com/"
license=('sil')
-depends=('fontconfig')
+makedepends=('fontconfig' 'xorg-mkfontdir' 'xorg-mkfontscale')
_fontgroup='SpoqaHanSans_original'
source=("https://github.com/spoqa/spoqa-han-sans/releases/download/v$pkgver/$_fontgroup.zip")
md5sums=('882bb716e0364a5e50a367ae59fde857')