summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abd2e59085e2..1fd8a24dd74b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TingPing <tingping@tingping.se>
pkgname=zanata-python-client
-pkgver=1.3.22
+pkgver=1.4.2
pkgrel=1
pkgdesc='Client for managaging translations on Zanata'
arch=('any')
@@ -9,7 +9,7 @@ url='http://zanata.org/'
license=('LGPL2')
depends=('python2' 'python2-setuptools' 'python2-httplib2' 'python2-polib')
source=("https://github.com/zanata/zanata-python-client/archive/v${pkgver}.tar.gz")
-sha256sums=('8129d9841e056288f8ea195ad7fa40a9f262a7b10234bcf6457980a65c4259be')
+sha256sums=('474e003466f0bd9855efe902d25fc2d5eedb3aeb28cb23365984220dbffea4d6')
package() {
cd "${pkgname}-${pkgver}"