summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2020-10-22 10:33:25 -0400
committeracxz2020-10-22 10:33:25 -0400
commit0234c85dbef2aabeb532f3583c0263711ed77f28 (patch)
treeff3eea23fc3c41cdf649287329962b941916e8e1
parent79ff03a1e391289e595f65d334bb2f7eeadcc0c7 (diff)
downloadaur-0234c85dbef2aabeb532f3583c0263711ed77f28.tar.gz
updpkg 0.7.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65024d5204d5..e70d76a3aedc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-opencensus
pkgdesc = A stats collection and distributed tracing framework
- pkgver = 0.7.10
- pkgrel = 2
+ pkgver = 0.7.11
+ pkgrel = 1
url = https://github.com/census-instrumentation/opencensus-python
arch = any
license = Apache-2.0
makedepends = python-setuptools
depends = python
depends = python-google-api-core
- source = python-opencensus-0.7.10.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.7.10.tar.gz
- sha256sums = 6b9a95efd0047e04d2d0b04efc0f38e4f2efdfa72746953cea7e586889f53e7a
+ source = python-opencensus-0.7.11.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v0.7.11.tar.gz
+ sha256sums = af3a4f7f8782ec38bda43aabb747d29714af4ac5d75219b9f5970ec6d17cef00
pkgname = python-opencensus
diff --git a/PKGBUILD b/PKGBUILD
index aadbba7a7407..3835a91c55f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=python-opencensus
-pkgver=0.7.10
-pkgrel=2
+pkgver=0.7.11
+pkgrel=1
pkgdesc='A stats collection and distributed tracing framework'
arch=('any')
url='https://github.com/census-instrumentation/opencensus-python'
@@ -10,7 +10,7 @@ license=('Apache-2.0')
depends=('python' 'python-google-api-core')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/census-instrumentation/opencensus-python/archive/v$pkgver.tar.gz")
-sha256sums=('6b9a95efd0047e04d2d0b04efc0f38e4f2efdfa72746953cea7e586889f53e7a')
+sha256sums=('af3a4f7f8782ec38bda43aabb747d29714af4ac5d75219b9f5970ec6d17cef00')
_pkgname=opencensus-python