summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f52da34bac6..2544660ad463 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
pkgbase = otf-mplus
pkgdesc = Japanese outline font families designed by Coji Morishita.
pkgver = TESTFLIGHT_063_OTF
- pkgrel = 3
+ pkgrel = 4
url = https://mplus-fonts.osdn.jp/about-en.html
arch = any
license = custom
- depends = fontconfig
conflicts = ttf-mplus
source = https://jaist.dl.osdn.jp/mplus-fonts/62344/063-OTF.tar.xz
sha256sums = b1a98b24e034ff26d7cb957d904f1d49bbffc004c732eadc822e140b99f98ce1
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f71c635dafda
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 02b3a39d09e5..300069460db0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,14 @@ pkgname=otf-mplus
_pkgname=mplus
_pkgver=063-OTF
pkgver=TESTFLIGHT_${_pkgver/-/_}
-pkgrel=3
+pkgrel=4
pkgdesc="Japanese outline font families designed by Coji Morishita."
arch=('any')
url="https://mplus-fonts.osdn.jp/about-en.html"
license=('custom')
-depends=('fontconfig')
conflicts=('ttf-mplus')
-_mirror="https://jaist.dl.osdn.jp"
-#_mirror="https://plug-mirror.rcac.purdue.edu/osdn/"
-source=("${_mirror}/mplus-fonts/62344/${_pkgver}.tar.xz")
+_mirror="jaist"
+source=("https://${_mirror}.dl.osdn.jp/mplus-fonts/62344/${_pkgver}.tar.xz")
sha256sums=('b1a98b24e034ff26d7cb957d904f1d49bbffc004c732eadc822e140b99f98ce1')
package() {
cd ${srcdir}/${_pkgver}