summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD17
2 files changed, 15 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2c140eaf0c35..746edff69b0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = ttf-rounded-mplus
pkgdesc = Japanese rounded gothic fonts based on M+ FONTS
pkgver = 20150529
- pkgrel = 2
+ pkgrel = 3
url = http://jikasei.me/font/rounded-mplus/
install = ttf-rounded-mplus.install
arch = any
license = custom
depends = fontconfig
depends = xorg-mkfontscale
- source = http://osdn.jp/frs/chamber_redir.php?m=iij&f=%2Fusers%2F8%2F8569%2Frounded-mplus-20150529.7z
- source = http://osdn.jp/frs/chamber_redir.php?m=iij&f=%2Fusers%2F8%2F8570%2Frounded-x-mplus-20150529.7z
- source = http://osdn.jp/frs/chamber_redir.php?m=iij&f=%2Fusers%2F8%2F8568%2Frounded-l-mplus-20150529.7z
- md5sums = e3725fe7982cac2819357439af41cafd
- md5sums = 3fcce4e7549fce7fc506dfd45474a91f
- md5sums = 76ff93e8a3fe0ed16e11bf25abae4c60
+ source = https://ftp.iij.ad.jp/pub/osdn.jp/users/8/8569/rounded-mplus-20150529.7z
+ source = https://ftp.iij.ad.jp/pub/osdn.jp/users/8/8570/rounded-x-mplus-20150529.7z
+ source = https://ftp.iij.ad.jp/pub/osdn.jp/users/8/8568/rounded-l-mplus-20150529.7z
+ sha256sums = e746736c8ded99fe9a9dd72a241ec59435eaa282a18e7ac33a26dc0578c06ff7
+ sha256sums = 22a20428d953ded808ddf391868d1c0c3d3aae933a299e947e5094df525faf31
+ sha256sums = 44ebd9b9a18576374ef1c40c6c02a44ccab031e70f433b5547d4ae11bb6fe76a
pkgname = ttf-rounded-mplus
-
diff --git a/PKGBUILD b/PKGBUILD
index f10ab461041e..91185464d613 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer : boronology <boronology at gmail dot com>
pkgname=ttf-rounded-mplus
pkgver=20150529
-pkgrel=2
+pkgrel=3
depends=('fontconfig' 'xorg-mkfontscale')
pkgdesc="Japanese rounded gothic fonts based on M+ FONTS"
arch=('any')
license=('custom')
url="http://jikasei.me/font/rounded-mplus/"
-source=("http://osdn.jp/frs/chamber_redir.php?m=iij&f=%2Fusers%2F8%2F8569%2Frounded-mplus-20150529.7z"
- "http://osdn.jp/frs/chamber_redir.php?m=iij&f=%2Fusers%2F8%2F8570%2Frounded-x-mplus-20150529.7z"
- "http://osdn.jp/frs/chamber_redir.php?m=iij&f=%2Fusers%2F8%2F8568%2Frounded-l-mplus-20150529.7z")
+source=("https://ftp.iij.ad.jp/pub/osdn.jp/users/8/8569/rounded-mplus-20150529.7z"
+ "https://ftp.iij.ad.jp/pub/osdn.jp/users/8/8570/rounded-x-mplus-20150529.7z"
+ "https://ftp.iij.ad.jp/pub/osdn.jp/users/8/8568/rounded-l-mplus-20150529.7z")
install=$pkgname.install
@@ -17,7 +17,7 @@ package() {
cd "$srcdir"
# install fonts
- for TTF in $(ls *.ttf); do
+ for TTF in *.ttf; do
install -Dm644 $TTF "$pkgdir/usr/share/fonts/TTF/$TTF"
done
@@ -28,7 +28,6 @@ package() {
"$pkgdir/usr/share/licenses/$pkgname/$LICENSE"
done
}
-
-md5sums=('e3725fe7982cac2819357439af41cafd'
- '3fcce4e7549fce7fc506dfd45474a91f'
- '76ff93e8a3fe0ed16e11bf25abae4c60')
+sha256sums=("e746736c8ded99fe9a9dd72a241ec59435eaa282a18e7ac33a26dc0578c06ff7"
+ "22a20428d953ded808ddf391868d1c0c3d3aae933a299e947e5094df525faf31"
+ "44ebd9b9a18576374ef1c40c6c02a44ccab031e70f433b5547d4ae11bb6fe76a")