summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2018-02-25 07:50:18 -0300
committerRafael Fontenelle2018-02-25 07:50:18 -0300
commitf9c81f88287da2856a321dd6316fbd5723bf2a9c (patch)
treefdf243b38095028b12443ae3e11edca263a6abf3 /PKGBUILD
parent2472258213c1b95e328bd025b0d5fb324c41e522 (diff)
downloadaur-f9c81f88287da2856a321dd6316fbd5723bf2a9c.tar.gz
Update to 2.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8853da9652f1..b4741047cb58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-translate-toolkit-lib
_name=translate-toolkit
-pkgver=2.2.4
+pkgver=2.2.5
pkgrel=1
pkgdesc="A toolkit to convert between various different translation formats, help process and validate localisations"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python2-setuptools' 'python2-setuptools')
optdepends=('python2-iniparse: for ini2po'
'gaupol: for po2sub')
source=("https://github.com/translate/translate/releases/download/$pkgver/$_name-${pkgver}.tar.gz")
-md5sums=('4ff21c47bf16e0855b913246ae397a58')
+md5sums=('a4e3c0a671d23ed3f58a8f50dcdd59c2')
prepare() {
cd $_name-$pkgver