summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnatol Pomozov2019-10-17 07:45:46 -0700
committerAnatol Pomozov2019-10-17 07:45:46 -0700
commit462585bea6d2192ec6a49c6a8d70f939bdd49b3c (patch)
tree00ebbc5c5ce954f48ed21df272ec373e658691dc
parent5fa3da40ebb9ce5aac086d790164529b0a8793c3 (diff)
downloadaur-462585bea6d2192ec6a49c6a8d70f939bdd49b3c.tar.gz
updpkg
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c01347f611c..2c315f0227e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Jan 5 23:33:57 UTC 2018
pkgbase = python-thrift
pkgdesc = Python bindings for the Apache Thrift RPC system
- pkgver = 0.11.0
+ pkgver = 0.13.0
pkgrel = 1
url = https://thrift.apache.org/
arch = i686
@@ -10,8 +8,8 @@ pkgbase = python-thrift
license = Apache
makedepends = python-setuptools
makedepends = python2-setuptools
- source = thrift-0.11.0.zip::https://github.com/apache/thrift/archive/0.11.0.zip
- sha256sums = c183e6337ae6d03a019c3581de71d3bd5c6fa92dfe1754398c402e3561d09f23
+ source = thrift-0.13.0.zip::https://github.com/apache/thrift/archive/0.13.0.zip
+ sha256sums = 2da56e84f42763d1ca8502156f1de347c1e16467f14a7e809b7ccafe8d428a96
pkgname = python-thrift
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 1071f78ae4e5..1166d7cb4698 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-thrift
pkgname=(python-thrift python2-thrift)
_pkgname=thrift
-pkgver=0.11.0
+pkgver=0.13.0
pkgrel=1
pkgdesc='Python bindings for the Apache Thrift RPC system'
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ license=(Apache)
url='https://thrift.apache.org/'
makedepends=(python-setuptools python2-setuptools)
source=(thrift-$pkgver.zip::https://github.com/apache/$_pkgname/archive/$pkgver.zip)
-sha256sums=('c183e6337ae6d03a019c3581de71d3bd5c6fa92dfe1754398c402e3561d09f23')
+sha256sums=('2da56e84f42763d1ca8502156f1de347c1e16467f14a7e809b7ccafe8d428a96')
prepare() {
cd "$srcdir"