summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNOGISAKA Sadata2018-11-18 21:28:05 +0900
committerNOGISAKA Sadata2018-11-18 21:28:05 +0900
commit7289fc9e96255afe49ae8c9a90a4d7d17e4ab18c (patch)
tree4a665cc40b41befba06ea8b1a5cae4c7b97f1f36
parent4d0c6585e0ddaa82fc2af702fe03145cff2fa3f2 (diff)
downloadaur-7289fc9e96255afe49ae8c9a90a4d7d17e4ab18c.tar.gz
Bump to 0.0.9-1 and update .gitignore
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7448008a5f79..449b335ea68a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-mojimoji
- pkgdesc = A lightweight converter between hankaku(half-width) and zenkaku(full-width) characters
- pkgver = 0.0.5
+ pkgdesc = A fast converter between Japanese hankaku and zenkaku characters
+ pkgver = 0.0.9
pkgrel = 1
url = https://github.com/studio-ousia/mojimoji
arch = x86_64
arch = i686
license = Apache
depends = python
- source = https://github.com/studio-ousia/mojimoji/archive/v0.0.5.tar.gz
- sha512sums = 9f8deef6b0b82e5376f3c10e5cef39ae4ea2e25b34ad436edecc01939075de95f51c63f3377e55c2e8f079e18d3e4a68e4f2487178f54374429fc41452334563
+ source = https://github.com/studio-ousia/mojimoji/archive/v0.0.9.tar.gz
+ sha512sums = 340e4d7ae35ecef95bdbcbce4ba5b5a49df2af2d1570667e30cf176482c9ff31e028fd911854c3d0362cfe26aeb43276d4129d084a7f06e6d821eb157c3252cc
pkgname = python-mojimoji
diff --git a/.gitignore b/.gitignore
index 335ec9573de5..02e14c2833ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
*.tar.gz
+*.tar.xz
+.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 22c0e9e11a53..0663c22c7f45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=python-mojimoji
_pkgname=mojimoji
-pkgver=0.0.5
+pkgver=0.0.9
pkgrel=1
-pkgdesc="A lightweight converter between hankaku(half-width) and zenkaku(full-width) characters"
+pkgdesc="A fast converter between Japanese hankaku and zenkaku characters"
url="https://github.com/studio-ousia/mojimoji"
arch=('x86_64' 'i686')
license=('Apache')
depends=('python')
source=("https://github.com/studio-ousia/${_pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('9f8deef6b0b82e5376f3c10e5cef39ae4ea2e25b34ad436edecc01939075de95f51c63f3377e55c2e8f079e18d3e4a68e4f2487178f54374429fc41452334563')
+sha512sums=('340e4d7ae35ecef95bdbcbce4ba5b5a49df2af2d1570667e30cf176482c9ff31e028fd911854c3d0362cfe26aeb43276d4129d084a7f06e6d821eb157c3252cc')
build() {
cd ${srcdir}/${_pkgname}-${pkgver}/