summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2018-07-24 08:37:04 -0300
committerRafael Fontenelle2018-07-24 08:37:04 -0300
commit2bd351d5a5342e4df1dfee1a852e5c9b996597a0 (patch)
tree07b6864c202c48e8b1696a858b31bc0fd11a8d06 /PKGBUILD
parentf9c81f88287da2856a321dd6316fbd5723bf2a9c (diff)
downloadaur-2bd351d5a5342e4df1dfee1a852e5c9b996597a0.tar.gz
Update to 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4741047cb58..8f2ba4366707 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python2-translate-toolkit-lib
_name=translate-toolkit
-pkgver=2.2.5
+pkgver=2.3.0
pkgrel=1
pkgdesc="A toolkit to convert between various different translation formats, help process and validate localisations"
arch=('any')
@@ -10,10 +10,9 @@ url="http://toolkit.translatehouse.org/"
license=('GPL')
depends=('bash' 'python2-lxml' 'python2-six' 'python2-diff-match-patch')
makedepends=('python2-setuptools' 'python2-setuptools')
-optdepends=('python2-iniparse: for ini2po'
- 'gaupol: for po2sub')
+optdepends=('gaupol: for po2sub')
source=("https://github.com/translate/translate/releases/download/$pkgver/$_name-${pkgver}.tar.gz")
-md5sums=('a4e3c0a671d23ed3f58a8f50dcdd59c2')
+sha256sums=('763325a419fdf2d5429e24bad42f33bccca7eb58279f57ddd742c4c3ea794ccb')
prepare() {
cd $_name-$pkgver