Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Maintainer: Yukari Chiba <i@0x7f.cc>

pkgname=python-babel
pkgver=2.16.0
pkgver=2.17.0
# See the number here
# https://github.com/python-babel/babel/blob/master/scripts/download_import_cldr.py#L13
_core=45
pkgrel=2
pkgrel=1
pkgdesc="A collection of tools for internationalizing Python applications"
url="http://babel.pocoo.org/"
license=("BSD")
Expand All @@ -17,7 +17,7 @@ noextract=("cldr-core-$_core.zip")
source=("$pkgname-$pkgver.tar.gz::https://github.com/python-babel/babel/archive/v$pkgver.tar.gz"
"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")
sha256sums=('8468baea3e88539548a71973a33522cfded775fd0677f1a74b4a9373b4a1ddde'
sha256sums=('a52696499d9da7860726444c170f3481dc7409398392f3500783d01c07221bbf'
'03b6782ec5fc623f85eb54aa7e12555667a015a3b96a6e8f973418c0a894a21f'
'03b6782ec5fc623f85eb54aa7e12555667a015a3b96a6e8f973418c0a894a21f')

Expand Down