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 88a22fee92f1..9bb8541aca99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Anatol Pomozov <anatol.pomozov@gmail.com>
pkgname=python2-thrift
-pkgver=0.9.2
+pkgver=0.9.3
pkgrel=1
pkgdesc='Python bindings for the Apache Thrift RPC system'
arch=(i686 x86_64)
@@ -9,7 +9,7 @@ license=(ASF)
url='https://thrift.apache.org/'
depends=(python2)
source=(https://pypi.python.org/packages/source/t/thrift/thrift-$pkgver.tar.gz)
-sha1sums=('063de7774f55a9d4d22765416624d973cb27e742')
+sha1sums=('d9e2d709c0da25119bac1d8aba63d3548cf151d2')
package() {
cd thrift-$pkgver