summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorboronology2024-03-22 00:04:31 +0900
committerboronology2024-03-22 00:04:31 +0900
commit57beca26aeda74181fc681c7c69771dd34b89dcf (patch)
treeed13a54a47cbb9c060940c6c39be78d84bfe86d4 /PKGBUILD
parent2f05491ff0e1b5d6c8446ecc3f161e99cc307bd0 (diff)
downloadaur-ttf-rounded-mplus.tar.gz
update source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD17
1 files changed, 8 insertions, 9 deletions
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")