summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorŠtěpán Němec2020-12-28 00:22:21 +0100
committerŠtěpán Němec2020-12-28 00:22:21 +0100
commitd7906fda3323a5aa96cd42d3a619f5862af888d0 (patch)
tree3562c446f36325d5608377205cbeb1335b1b168d
parentbdae4ee17b9d31739f7d3d0974e833a68313f089 (diff)
downloadaur-d7906fda3323a5aa96cd42d3a619f5862af888d0.tar.gz
pypinyin 0.40.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce03a268d7c1..089e7899fe05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = pypinyin
pkgdesc = Chinese characters transliteration module and tool
- pkgver = 0.37.0
+ pkgver = 0.40.0
pkgrel = 1
url = https://github.com/mozillazg/python-pinyin
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/source/p/pypinyin/pypinyin-0.37.0.tar.gz
- sha256sums = 597b9d375bcd1a8a9c9bda7f813d58bd9e148288006f62d34ab2f3a9ff4cba33
+ source = https://files.pythonhosted.org/packages/source/p/pypinyin/pypinyin-0.40.0.tar.gz
+ sha256sums = 3f48d8fd4e7a5c887be333bb3eac07b7072118cf39f118174cdbd1797d9ec5b3
pkgname = pypinyin
diff --git a/PKGBUILD b/PKGBUILD
index 6ff2c4ec4d53..06142f87c588 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Štěpán Němec <stepnem@gmail.com>
pkgname=pypinyin
-pkgver=0.37.0
+pkgver=0.40.0
pkgrel=1
pkgdesc='Chinese characters transliteration module and tool'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('597b9d375bcd1a8a9c9bda7f813d58bd9e148288006f62d34ab2f3a9ff4cba33')
+sha256sums=('3f48d8fd4e7a5c887be333bb3eac07b7072118cf39f118174cdbd1797d9ec5b3')
build() {
cd "$pkgname-$pkgver"