diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-08-20 08:52:03 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-08-20 08:52:03 -0500 |
commit | ec581a2ab7d0ea57c42e575e963c6fa511531136 (patch) | |
tree | e0ef6d349313c27b1a1d07d7bc7f1620e463a2e1 /pcr/python-oslo-i18n/PKGBUILD | |
parent | f949c35f20b37efc5cd1e07ee84882471484f924 (diff) |
python2-oslo-i18n-2.4.0-1: updating version
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}" |