summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2018-07-24 08:37:04 -0300
committerRafael Fontenelle2018-07-24 08:37:04 -0300
commit2bd351d5a5342e4df1dfee1a852e5c9b996597a0 (patch)
tree07b6864c202c48e8b1696a858b31bc0fd11a8d06
parentf9c81f88287da2856a321dd6316fbd5723bf2a9c (diff)
downloadaur-2bd351d5a5342e4df1dfee1a852e5c9b996597a0.tar.gz
Update to 2.3.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41aa5792ae0c..7f446171ef60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-translate-toolkit-lib
pkgdesc = A toolkit to convert between various different translation formats, help process and validate localisations
- pkgver = 2.2.5
+ pkgver = 2.3.0
pkgrel = 1
url = http://toolkit.translatehouse.org/
arch = any
@@ -11,10 +11,9 @@ pkgbase = python2-translate-toolkit-lib
depends = python2-lxml
depends = python2-six
depends = python2-diff-match-patch
- optdepends = python2-iniparse: for ini2po
optdepends = gaupol: for po2sub
- source = https://github.com/translate/translate/releases/download/2.2.5/translate-toolkit-2.2.5.tar.gz
- md5sums = a4e3c0a671d23ed3f58a8f50dcdd59c2
+ source = https://github.com/translate/translate/releases/download/2.3.0/translate-toolkit-2.3.0.tar.gz
+ sha256sums = 763325a419fdf2d5429e24bad42f33bccca7eb58279f57ddd742c4c3ea794ccb
pkgname = python2-translate-toolkit-lib
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