diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-13 22:51:34 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-02-13 22:51:34 -0200 |
commit | d81eeefd01ab742141df2d3533e6b0ce2c604824 (patch) | |
tree | c2c3de68c8dd7194cc0338c28989f8cd16fa6e14 /pcr/python2-polib/PKGBUILD | |
parent | 0aabeba9d1012385875e6ceeaa7898c42c486d81 (diff) | |
download | abslibre-d81eeefd01ab742141df2d3533e6b0ce2c604824.tar.gz abslibre-d81eeefd01ab742141df2d3533e6b0ce2c604824.tar.bz2 abslibre-d81eeefd01ab742141df2d3533e6b0ce2c604824.zip |
python2-polib-1.0.0-1: updating version
Diffstat (limited to 'pcr/python2-polib/PKGBUILD')
-rw-r--r-- | pcr/python2-polib/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/python2-polib/PKGBUILD b/pcr/python2-polib/PKGBUILD index 206bd9b4f..ae282a2d8 100644 --- a/pcr/python2-polib/PKGBUILD +++ b/pcr/python2-polib/PKGBUILD @@ -2,8 +2,8 @@ pkgname=python2-polib _pkgname='polib' -pkgver=0.7.0 -pkgrel=2 +pkgver=1.0.0 +pkgrel=1 pkgdesc='A library to manipulate gettext files' url='http://polib.readthedocs.org/en/latest/index.html' arch=('any') @@ -11,7 +11,7 @@ license=('MIT') depends=('python2') source=("https://bitbucket.org/izi/polib/downloads/polib-${pkgver}.tar.gz") -md5sums=('958f8f81ade7d2484edc25b3989fe247') +md5sums=('62a7662c3fd3eddcabba61107b6baae3') build() { cd "${srcdir}/${_pkgname}-${pkgver}" |