python-babel 2.15.0-1
This commit is contained in:
parent
003c6c7c73
commit
19f91497e3
6
PKGBUILD
6
PKGBUILD
@ -5,7 +5,7 @@
|
||||
|
||||
# Maintainer: Future Linux Team <future_linux@163.com>
|
||||
pkgname=python-babel
|
||||
pkgver=2.14.0
|
||||
pkgver=2.15.0
|
||||
_core=43
|
||||
pkgrel=1
|
||||
pkgdesc="A collection of tools for internationalizing Python applications"
|
||||
@ -18,7 +18,7 @@ source=(https://github.com/python-babel/babel/archive/v${pkgver}/${pkgname#*-}-$
|
||||
cldr-core-${_core}.zip::http://unicode.org/Public/cldr/${_core}/core.zip
|
||||
cldr-common-${_core}.0.zip::http://unicode.org/Public/cldr/${_core}/cldr-common-${_core}.0.zip)
|
||||
noextract=(cldr-core-${_core}.zip)
|
||||
sha256sums=(ad76eab6905b626d7d4110d2032bc60c69bef225ec94c67d7229425ebe53f659
|
||||
sha256sums=(b7dd3b7f0d4ef54720edc290a5b00229d145e9d1e7306e0ddd0c3ccc28453019
|
||||
7800dadb6a11e06ba1475f8c2830aa87e0749ed441c953d8deea60b4baeef592
|
||||
7800dadb6a11e06ba1475f8c2830aa87e0749ed441c953d8deea60b4baeef592)
|
||||
|
||||
@ -41,4 +41,4 @@ package() {
|
||||
cd ${pkgname#*-}-${pkgver}
|
||||
|
||||
python3 setup.py install --root=${pkgdir} --optimize=1 --skip-build
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user