summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOGISAKA Sadata2020-05-02 23:41:20 +0900
committerNOGISAKA Sadata2020-05-02 23:41:20 +0900
commitf434df9f25f887c9ecae4e1a52a9cd0ae67c12bb (patch)
tree6c60768148838eb5b95d4c1618ff908cf5af8fb8
parent4eb9504523ba5534e58679889f89f3223b5b1696 (diff)
downloadaur-f434df9f25f887c9ecae4e1a52a9cd0ae67c12bb.tar.gz
Bump up to 0.0.10-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 449b335ea68a..08e4b963de05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
pkgbase = python-mojimoji
pkgdesc = A fast converter between Japanese hankaku and zenkaku characters
- pkgver = 0.0.9
+ pkgver = 0.0.10
pkgrel = 1
url = https://github.com/studio-ousia/mojimoji
arch = x86_64
arch = i686
license = Apache
+ makedepends = python-setuptools
depends = python
- source = https://github.com/studio-ousia/mojimoji/archive/v0.0.9.tar.gz
- sha512sums = 340e4d7ae35ecef95bdbcbce4ba5b5a49df2af2d1570667e30cf176482c9ff31e028fd911854c3d0362cfe26aeb43276d4129d084a7f06e6d821eb157c3252cc
+ source = https://github.com/studio-ousia/mojimoji/archive/0.0.10.tar.gz
+ sha512sums = 5afcbe4dc801e4697b18b473280d142a7e25a537087b305f8f6b7116195e5a541019511db84bb92d9b87d53f816c8a0e7674ace4b608be53f7b020d35a53d300
pkgname = python-mojimoji
diff --git a/PKGBUILD b/PKGBUILD
index e9a9f01e9e3c..f902793d68e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-mojimoji
_pkgname=mojimoji
-pkgver=0.0.9
+pkgver=0.0.10
pkgrel=1
pkgdesc="A fast converter between Japanese hankaku and zenkaku characters"
url="https://github.com/studio-ousia/mojimoji"
@@ -10,8 +10,8 @@ arch=('x86_64' 'i686')
license=('Apache')
depends=('python')
makedepends=('python-setuptools')
-source=("https://github.com/studio-ousia/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('340e4d7ae35ecef95bdbcbce4ba5b5a49df2af2d1570667e30cf176482c9ff31e028fd911854c3d0362cfe26aeb43276d4129d084a7f06e6d821eb157c3252cc')
+source=("https://github.com/studio-ousia/${_pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('5afcbe4dc801e4697b18b473280d142a7e25a537087b305f8f6b7116195e5a541019511db84bb92d9b87d53f816c8a0e7674ace4b608be53f7b020d35a53d300')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}/