summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d07749631efd..c61e5c1cdd99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Contributor: darehanl <darehanl@gmail.com>
+# Maintainer: darehanl <darehanl@150mail.com>
pkgname=ttf-nanum
pkgver=3.1
-pkgrel=4
+pkgrel=5
pkgdesc="Nanum series TrueType fonts"
arch=('any')
url="http://hangeul.naver.com/"
@@ -10,13 +10,13 @@ license=('OFL')
depends=('fontconfig' 'xorg-font-utils')
makedepends=('p7zip')
install=ttf.install
-source=('http://appdown.naver.com/naver/font/NanumFont/setup/NanumFontSetup_TTF_ALL_hangeulcamp.exe')
-md5sums=('9a6c4ec94a198684f3b5d6165c4e333c')
-
+_filename=NanumFontSetup_TTF_ALL_totalsearch.exe
+source=("http://appdown.naver.com/naver/font/NanumFont/setup/$_filename")
+md5sums=('1e06e345c051b39b7c4c92ac52b0c48c')
build() {
cd $srcdir
- 7z x NanumFontSetup_TTF_ALL_hangeulcamp.exe "\$WINDIR/Fonts"
+ 7z x -y $_filename "\$WINDIR/Fonts"
}
package() {