diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-05 07:12:00 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:34:53 +0200 |
commit | 08eb8826e6d339930f81b99c1005c1d97494c567 (patch) | |
tree | 9712e0a1a429f10c11c8eae6a5787c5c124b258d /testing/py-polib | |
parent | 7817e1f0cc4daea0c1e4202d31c59a8e5caba3a8 (diff) | |
download | aports-08eb8826e6d339930f81b99c1005c1d97494c567.tar.bz2 aports-08eb8826e6d339930f81b99c1005c1d97494c567.tar.xz |
testing/py-polib: upgrade to 1.0.3
Diffstat (limited to 'testing/py-polib')
-rw-r--r-- | testing/py-polib/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/testing/py-polib/APKBUILD b/testing/py-polib/APKBUILD index b8ef72b123..51b18d8f9a 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=0.7.0 +pkgver=1.0.3 pkgrel=0 pkgdesc="A library to manipulate gettext files" url="http://polib.readthedocs.org/en/latest/index.html" @@ -10,12 +10,12 @@ arch="noarch" license="MIT" depends="python" depends_dev="" -makedepends="python-dev wget" +makedepends="python-dev" install="" subpackages="" source="https://bitbucket.org/izi/polib/downloads/$_pkgname-$pkgver.tar.gz" -_builddir="$srcdir"/$_pkgname-$pkgver +_builddir="$srcdir"/$_pkgname-$pkgver prepare() { local i cd "$_builddir" @@ -36,4 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="958f8f81ade7d2484edc25b3989fe247 polib-0.7.0.tar.gz" +md5sums="dc9dc39d4053cfe030155891f3043cb1 polib-1.0.3.tar.gz" +sha256sums="7b281e5ca799f9061bf029f2e911e99df483a1a02ef2ffaaf73fe80222f26aff polib-1.0.3.tar.gz" +sha512sums="29cbf4586cffa8e124f92725f5adcb3e92e7761ff695629748cb4e8e94ee2e97c72b8030c715acc5fa372adb52310a95f9873387345bfd4f45a9b5831b4db13d polib-1.0.3.tar.gz" |