summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsai Alcântara2019-12-14 22:09:12 -0300
committerIsai Alcântara2019-12-14 22:09:12 -0300
commit158b62c48bb845de35e27c94062c934d4d414276 (patch)
treee8ed42c63baaf108dc5a9bd1b11c445354584488
parent3d89fa1240ce86e7c16b15f0989859cf3656f19d (diff)
downloadaur-158b62c48bb845de35e27c94062c934d4d414276.tar.gz
Fixes pkgver and pkgdesc
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4821e53323fd..ae0bf3a7613c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = otf-mplus
- pkgdesc = M+, the japanese outline font families designed by Coji Morishita.
- pkgver = 063_OTF
- pkgrel = 1
+ pkgdesc = M+ - The japanese outline font families designed by Coji Morishita.
+ pkgver = TESTFLIGHT_063_OTF
+ pkgrel = 2
url = https://mplus-fonts.osdn.jp/about-en.html
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 0a30e471604f..2b3b9463875d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Isai Alcântara <isfalcantara[at]gmail[dot]com>
pkgname=otf-mplus
_pkgname=mplus
-pkgver=063_OTF
-_pkgver=${pkgver/_/-}
-pkgrel=1
-pkgdesc="M+, the japanese outline font families designed by Coji Morishita."
+_pkgver=063-OTF
+pkgver=TESTFLIGHT_${_pkgver/-/_}
+pkgrel=2
+pkgdesc="M+ - The japanese outline font families designed by Coji Morishita."
arch=('any')
url="https://mplus-fonts.osdn.jp/about-en.html"
license=('custom')