summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorboronology2015-06-15 09:11:45 +0900
committerboronology2015-06-15 09:11:45 +0900
commit8025c2866b0c93bcb7b38428f8113849cb0e3cec (patch)
treeb01902b13d9ec96cc35d9c50a3927c1958125fe0
parent6f88f7a42d561fbce302323fa59f89da2a53a710 (diff)
downloadaur-8025c2866b0c93bcb7b38428f8113849cb0e3cec.tar.gz
update to ver 1.059.20150529
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD24
2 files changed, 20 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bea2aad5d8d3..4f0894396e62 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = ttf-rounded-mplus
pkgdesc = Japanese rounded gothic fonts based on M+ FONTS
- pkgver = 20150110
- pkgrel = 3
+ pkgver = 20150529
+ pkgrel = 1
url = http://jikasei.me/font/rounded-mplus/
install = ttf-rounded-mplus.install
arch = any
license = custom
depends = fontconfig
depends = xorg-font-utils
- source = http://sourceforge.jp/frs/chamber_redir.php?m=jaist&f=%2Fusers%2F7%2F7708%2Frounded-mplus-20150110.7z
- source = http://sourceforge.jp/frs/chamber_redir.php?m=jaist&f=%2Fusers%2F7%2F7709%2Frounded-x-mplus-20150110.7z
- source = http://sourceforge.jp/frs/chamber_redir.php?m=osdn&f=%2Fusers%2F7%2F7707%2Frounded-l-mplus-20150110.7z
- md5sums = 4fa76a841c83bc296ea19a6f6f56b553
- md5sums = 4c0e6167d5d35bb685b86acb2653deb7
- md5sums = 716d686eee8b402805db51c461da2c84
+ 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
pkgname = ttf-rounded-mplus
diff --git a/PKGBUILD b/PKGBUILD
index 5e48e611a71f..2cba56de237a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer : boronology <boronology at gmail dot com>
pkgname=ttf-rounded-mplus
-pkgver=20150110
-pkgrel=3
+pkgver=20150529
+pkgrel=1
depends=('fontconfig' 'xorg-font-utils')
pkgdesc="Japanese rounded gothic fonts based on M+ FONTS"
arch=('any')
license=('custom')
url="http://jikasei.me/font/rounded-mplus/"
-source=("http://sourceforge.jp/frs/chamber_redir.php?m=jaist&f=%2Fusers%2F7%2F7708%2Frounded-mplus-20150110.7z"
- "http://sourceforge.jp/frs/chamber_redir.php?m=jaist&f=%2Fusers%2F7%2F7709%2Frounded-x-mplus-20150110.7z"
- "http://sourceforge.jp/frs/chamber_redir.php?m=osdn&f=%2Fusers%2F7%2F7707%2Frounded-l-mplus-20150110.7z"
- )
+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")
install=$pkgname.install
@@ -18,19 +17,20 @@ package() {
cd "$srcdir"
# install fonts
- for TTF in `ls | grep ttf`
+ for TTF in `ls *.ttf`
do
install -Dm644 $TTF "$pkgdir/usr/share/fonts/TTF/$TTF"
done
# install License
- for LICENSE in `ls mplus-TESTFLIGHT-059 | grep LICENSE`
+ cd "$srcdir/mplus-TESTFLIGHT-059"
+ for LICENSE in `ls LICENSE*`
do
- install -Dm644 mplus-TESTFLIGHT-059/$LICENSE \
+ install -Dm644 $LICENSE \
"$pkgdir/usr/share/licenses/$pkgname/$LICENSE"
done
}
-md5sums=('4fa76a841c83bc296ea19a6f6f56b553'
- '4c0e6167d5d35bb685b86acb2653deb7'
- '716d686eee8b402805db51c461da2c84')
+md5sums=('e3725fe7982cac2819357439af41cafd'
+ '3fcce4e7549fce7fc506dfd45474a91f'
+ '76ff93e8a3fe0ed16e11bf25abae4c60')