diff options
Diffstat (limited to 'pcr/python-oslo-i18n/PKGBUILD')
-rw-r--r-- | pcr/python-oslo-i18n/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/python-oslo-i18n/PKGBUILD b/pcr/python-oslo-i18n/PKGBUILD index 6a084f6d0..38dd16763 100644 --- a/pcr/python-oslo-i18n/PKGBUILD +++ b/pcr/python-oslo-i18n/PKGBUILD @@ -6,7 +6,7 @@ _name="oslo.i18n" _module="${_name/./-}" pkgname=("python-${_module}" "python2-${_module}") -pkgver="2.3.0" +pkgver="2.4.0" pkgrel="1" pkgdesc="Oslo i18n library" arch=("any") @@ -14,7 +14,7 @@ url="https://github.com/openstack/${_name}" license=("Apache") makedepends=("python-pbr>=1.3" "python2-pbr>=1.3" "git") source=("https://pypi.python.org/packages/source/${_name:0:1}/${_name}/${_name}-${pkgver}.tar.gz") -sha256sums=('9cd35cd12104672e4675465d59badf9b1d1c1bfc54ceef57d076d4fa8a12afc6') +sha256sums=('b788a543416483196015177daf77c2d2a8ba84ea72b4372a7afa54707333308c') prepare() { cd "${srcdir}/${_name}-${pkgver}" |