summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2015-11-02 09:57:26 -0800
committerAnatol Pomozov2015-11-02 09:57:26 -0800
commit2a2504be86664d95dcb80cee506d66f8873f60f8 (patch)
treeff6d3634ca80ea141b3f656c31b9805f982f9ae6
parent3581dbdcfb0309d278c9dcc549919e3f6f2fc22e (diff)
downloadaur-python2-thrift.tar.gz
updpkg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bcc89d7f438..75b0746eb5d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-thrift
pkgdesc = Python bindings for the Apache Thrift RPC system
- pkgver = 0.9.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://thrift.apache.org/
arch = i686
arch = x86_64
license = ASF
depends = python2
- source = https://pypi.python.org/packages/source/t/thrift/thrift-0.9.2.tar.gz
- sha1sums = 063de7774f55a9d4d22765416624d973cb27e742
+ source = https://pypi.python.org/packages/source/t/thrift/thrift-0.9.3.tar.gz
+ sha1sums = d9e2d709c0da25119bac1d8aba63d3548cf151d2
pkgname = python2-thrift
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