diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-23 11:27:10 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2014-08-23 11:27:10 +0000 |
commit | 298323446d36f3a420133dde7fe983c95b4d936d (patch) | |
tree | df425165cc4e6929f59f61a258c183c05dceeae7 /testing/py-polib | |
parent | 41683c199dc2ee6ae574bc581fa9d15c5661d944 (diff) | |
download | aports-298323446d36f3a420133dde7fe983c95b4d936d.tar.bz2 aports-298323446d36f3a420133dde7fe983c95b4d936d.tar.xz |
testing/py-polib: upgrade to 1.0.5
Diffstat (limited to 'testing/py-polib')
-rw-r--r-- | testing/py-polib/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/py-polib/APKBUILD b/testing/py-polib/APKBUILD index 51b18d8f9a..3c0778e212 100644 --- a/testing/py-polib/APKBUILD +++ b/testing/py-polib/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-polib _pkgname=polib -pkgver=1.0.3 +pkgver=1.0.5 pkgrel=0 pkgdesc="A library to manipulate gettext files" url="http://polib.readthedocs.org/en/latest/index.html" @@ -13,7 +13,7 @@ depends_dev="" makedepends="python-dev" install="" subpackages="" -source="https://bitbucket.org/izi/polib/downloads/$_pkgname-$pkgver.tar.gz" +source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" _builddir="$srcdir"/$_pkgname-$pkgver prepare() { @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="dc9dc39d4053cfe030155891f3043cb1 polib-1.0.3.tar.gz" -sha256sums="7b281e5ca799f9061bf029f2e911e99df483a1a02ef2ffaaf73fe80222f26aff polib-1.0.3.tar.gz" -sha512sums="29cbf4586cffa8e124f92725f5adcb3e92e7761ff695629748cb4e8e94ee2e97c72b8030c715acc5fa372adb52310a95f9873387345bfd4f45a9b5831b4db13d polib-1.0.3.tar.gz" +md5sums="c11eb8ce8e1b20fff71921402b3ce241 polib-1.0.5.tar.gz" +sha256sums="c44236823eb6227b2fab8bd9e56632a649e67a80211f85a4a2e3c85c65c8acd9 polib-1.0.5.tar.gz" +sha512sums="3dc02801bad76dec7a5c7a8d11e14294884bf4a8f45ed73b50b960617aa1600ee2f35261dd3ecde8b1deda1c897b0a55eaf2f0f755fe429df28b1acbd9c5e7d9 polib-1.0.5.tar.gz" |