summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornoonov2015-09-18 23:41:44 +0900
committernoonov2015-09-18 23:41:44 +0900
commit3e4919db6b768cd017f69fbf263af6d9c322cc10 (patch)
tree4ae2c722749cc7aee9cf1b378a3fb68c3f3778e1 /PKGBUILD
parent51aad48fd9def31e4db3add76021e400cd138464 (diff)
downloadaur-3e4919db6b768cd017f69fbf263af6d9c322cc10.tar.gz
Fix download link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 018d4279ad3c..a0520d1ee4c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=ttf-meguri
pkgver=20101113a
-pkgrel=4
+pkgrel=5
pkgdesc="Modified IPA and M+ fonts for Japanese"
arch=('any')
url="http://www.geocities.jp/ep3797/modified_fonts_01.html"
license=('custom')
depends=('fontconfig' 'xorg-font-utils')
install=ttf.install
-source=(http://downloads.sourceforge.net/mdk-ut/meguri-fonts-${pkgver}.tar.lzma)
+source=(http://jaist.dl.osdn.jp/users/8/8848/meguri-fonts-${pkgver}.tar.lzma)
md5sums=('fc3352bbea9712ad685ccfc43333e8ad')
sha256sums=('77599ce97a2ead6e7aa714d05855c790ed4664e88fc79cf6eab9c579eb2e1c09')
@@ -20,5 +20,5 @@ package() {
install -m644 *.ttf ${pkgdir}/usr/share/fonts/TTF
install -D -m644 docs-ipa/IPA_Font_License_Agreement_v1.0.txt \
- ${pkgdir}/usr/share/licenses/${pkgname}/COPYING_IPA.txt
+ ${pkgdir}/usr/share/licenses/${pkgname}/COPYING_IPA.txt
}