[arch-commits] Commit in pypinyin/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Mon Dec 13 10:54:17 UTC 2021


    Date: Monday, December 13, 2021 @ 10:54:17
  Author: felixonmars
Revision: 1071445

upgpkg: pypinyin 0.43.0-1

Modified:
  pypinyin/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-13 10:53:23 UTC (rev 1071444)
+++ PKGBUILD	2021-12-13 10:54:17 UTC (rev 1071445)
@@ -2,8 +2,8 @@
 # Contributor: Štěpán Němec <stepnem at gmail.com>
 
 pkgname=pypinyin
-pkgver=0.42.0
-pkgrel=2
+pkgver=0.43.0
+pkgrel=1
 pkgdesc='Chinese characters transliteration module and tool'
 arch=('any')
 url='https://github.com/mozillazg/python-pinyin'
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools' 'phrase-pinyin-data' 'pinyin-data')
 checkdepends=('python-pytest-cov')
 source=("https://github.com/mozillazg/python-pinyin/archive/v$pkgver/python-pinyin-$pkgver.tar.gz")
-sha256sums=('56b665413b716ac05d362a99c2917212f8beb126cce381afa393eb39304d00ff')
+sha256sums=('7775f3d76ed01ea86f265e8e7872adebbdb2ab682545090ac96cc185a4f18cfb')
 
 prepare() {
   cd python-pinyin-$pkgver



More information about the arch-commits mailing list