summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandre Moine2018-05-11 09:40:05 +0200
committerAlexandre Moine2018-05-11 09:40:05 +0200
commit711180865c34fbf1bdd61b7694805cd23c746726 (patch)
treee4e3894eefadcd6d59b73cfb7643477ac2910b7e /PKGBUILD
parent3cd5753cf912841198bd579985ea8c5d3edfbda4 (diff)
downloadaur-711180865c34fbf1bdd61b7694805cd23c746726.tar.gz
Update to new 1.5.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0f840c0de5d..854214246bfe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: TingPing <tingping@tingping.se>
pkgname=zanata-python-client
-pkgver=1.5.1
-pkgrel=2
+pkgver=1.5.2
+pkgrel=1
pkgdesc='Client for managaging translations on Zanata'
arch=('any')
url='http://zanata.org/'
license=('LGPL2')
depends=('python2' 'python2-setuptools' 'python2-httplib2' 'python2-polib' 'python2-lxml')
source=("https://github.com/zanata/zanata-python-client/archive/v${pkgver}.tar.gz")
-sha256sums=('0016359a5a376b00e61b702b25aa47a7aeb5dd0dfff270952db006746adeb38a')
+sha256sums=('1a06fda3befeecf572b9a5d2348f36be1e27daf5326bb0312c7f50ebf6f5eb24')
#Tests needs python-mock, not packaged yet