aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2017-06-29 06:54:13 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-06-30 21:56:12 +0000
commit9200917ffcc34ac7e324a5716159fe7530fd1722 (patch)
treef9166f6e24720c152b7df7afff90b5263e90bb45 /main
parent8a6fe7b85917f8e1bc7259508c1a14db7919ecde (diff)
downloadaports-9200917ffcc34ac7e324a5716159fe7530fd1722.tar.bz2
aports-9200917ffcc34ac7e324a5716159fe7530fd1722.tar.xz
main/py-unidecode: upgrade to 0.04.21
Diffstat (limited to 'main')
-rw-r--r--main/py-unidecode/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/main/py-unidecode/APKBUILD b/main/py-unidecode/APKBUILD
index 1c4aeb7c75..b39e16cdea 100644
--- a/main/py-unidecode/APKBUILD
+++ b/main/py-unidecode/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py-unidecode
_pkgname=Unidecode
-pkgver=0.04.20
-pkgrel=1
+pkgver=0.04.21
+pkgrel=0
pkgdesc="A Python ASCII transliterations of Unicode text"
url="https://pypi.python.org/pypi/Unidecode"
arch="noarch"
@@ -16,8 +16,8 @@ builddir="$srcdir/$_pkgname-$pkgver"
build() {
cd "$builddir"
- python2 setup.py build || return 1
- python3 setup.py build || return 1
+ python2 setup.py build
+ python3 setup.py build
}
package() {
@@ -52,6 +52,4 @@ _py() {
done
}
-md5sums="ec6905c68230b63f2cea8b982da07614 Unidecode-0.04.20.tar.gz"
-sha256sums="ed4418b4b1b190487753f1cca6299e8076079258647284414e6d607d1f8a00e0 Unidecode-0.04.20.tar.gz"
-sha512sums="07708649a130d4a1747fcc24816717a512c1edeb4c25e01a5e898b21d2e76bca6b45d983cc452fe56bddea5556632b91aa2daee511e33a423197e0df9c80e125 Unidecode-0.04.20.tar.gz"
+sha512sums="33fc546b3eefc4ba5feee90d584e49ccd81dd0ae00671f7e44f43cc3dc8a458b86ed6dbfacba6dac7539112408137fc1db6329cc42f31ee250755d841c7c29c2 Unidecode-0.04.21.tar.gz"