summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Batrakov2024-03-02 15:45:07 +0300
committerIvan Batrakov2024-03-02 15:45:07 +0300
commitb0290c926ed23b82ea56edaf681dad2cf31781b8 (patch)
tree5f79801999e9e70af729139301faf760541e3efd /PKGBUILD
parent9fb66e49ed7ebf5c48d617f2b47c6ebbf55617d0 (diff)
downloadaur-python-pinyin.tar.gz
update package version to 0.50.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7659003c7122..974fa437b7f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Luis Martinez <luis dot martinez at disroot dot org>
+# Maintainer: Ivan Batrakov <blackfan321 at disroot dot org>
+# Contributor: Luis Martinez <luis dot martinez at disroot dot org>
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=python-pinyin
_pkg=pypinyin
-pkgver=0.47.1
+pkgver=0.50.0
pkgrel=1
pkgdesc="Chinese to Pinyin library"
arch=('any')
@@ -13,7 +14,7 @@ depends=('python')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
changelog=CHANGELOG.rst
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/p/$_pkg/$_pkg-$pkgver.tar.gz")
-sha256sums=('4244eec898294fd099c02d59faf8e89106d83d74e1c04a7af59094664d89636b')
+sha256sums=('72e77c4b9b78bad102aca5fefccebdb23439b02717c626039be14a78643980fb')
build() {
cd "$_pkg-$pkgver"