diff options
-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" |