diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-08-31 09:28:11 +0900 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-31 02:41:42 -0300 |
commit | 91df83590112c72f18124dd02b3c477eba06d3b3 (patch) | |
tree | fe9616015132fa61993f8a1006ee0fe1aafa9ad4 /community | |
parent | 4b243a0400b30c2eaafc023b884e50ec4b5fa2bc (diff) | |
download | aports-91df83590112c72f18124dd02b3c477eba06d3b3.tar.bz2 aports-91df83590112c72f18124dd02b3c477eba06d3b3.tar.xz |
community/py3-text-unidecode: upgrade to 1.3
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-text-unidecode/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-text-unidecode/APKBUILD b/community/py3-text-unidecode/APKBUILD index a2182af263..c25322ad6c 100644 --- a/community/py3-text-unidecode/APKBUILD +++ b/community/py3-text-unidecode/APKBUILD @@ -1,8 +1,8 @@ # Maintainer: Drew DeVault <sir@cmpwn.com> pkgname=py3-text-unidecode _pkgname=text-unidecode -pkgver=1.2 -pkgrel=2 +pkgver=1.3 +pkgrel=0 pkgdesc="The most basic Text::Unidecode port" url=https://github.com/kmike/text-unidecode/ arch=noarch @@ -28,4 +28,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="ce4bd80f8343ebca031a39f1fbe802cd86e3535a67d5e16f8a7f32442ab334e4e5e4d1cf74e8a55ef265765c879bfde87beffd31ff988efff1947f7c883694f9 py3-text-unidecode-1.2.tar.gz" +sha512sums="8f782a1f0289721bf72d4f32c351628c537a118ea995ea63636abd0f87124909cf52b2f4d8a9b02ab9403fd41f2d1725eb0d7ffeb4f6e80cbd1791edfcd4faec py3-text-unidecode-1.3.tar.gz" |