summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Griffis2017-02-03 05:35:00 -0500
committerPatrick Griffis2017-02-03 05:35:00 -0500
commitc3ccbcc83b2603c3ee236fc453d66ac207b6c181 (patch)
tree0468f73e5f1108b0c1b1a947385e16243246b654 /PKGBUILD
parentd135945b5b59770dce772ccd9d8eb676355d1955 (diff)
downloadaur-c3ccbcc83b2603c3ee236fc453d66ac207b6c181.tar.gz
Bump version to 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1fd8a24dd74b..0de195a71130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: TingPing <tingping@tingping.se>
pkgname=zanata-python-client
-pkgver=1.4.2
+pkgver=1.5.1
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=('474e003466f0bd9855efe902d25fc2d5eedb3aeb28cb23365984220dbffea4d6')
+sha256sums=('0016359a5a376b00e61b702b25aa47a7aeb5dd0dfff270952db006746adeb38a')
package() {
cd "${pkgname}-${pkgver}"