summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2021-11-16 14:52:23 +0800
committerPumpkinCheshire2021-11-16 14:52:23 +0800
commit59d8451837a3ff70bfa83a084b9d89808dcdd4ec (patch)
tree1c146a96565349eac4e851196fba850e5a9c2207
parentd3be8ba2ba12092ed05adf007b5a642c98a1b313 (diff)
downloadaur-59d8451837a3ff70bfa83a084b9d89808dcdd4ec.tar.gz
bump to 1.19.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 056c91aad7c0..f96541a7c2de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-proto-plus
pkgdesc = A wrapper around protocol buffers.
- pkgver = 1.19.7
+ pkgver = 1.19.8
pkgrel = 1
url = https://github.com/googleapis/proto-plus-python
arch = any
@@ -9,7 +9,7 @@ pkgbase = python-proto-plus
makedepends = python-setuptools
depends = python-protobuf
optdepends = python-google-api-core: Testing
- source = https://files.pythonhosted.org/packages/source/p/proto-plus/proto-plus-1.19.7.tar.gz
- b2sums = d93b3bf53ac8660c69925cf781b08333a42df3e7b18262c9e2194b3581b99d7429a9e732af0bc9e51c1ffafb0845d57041282b9708ac29963d1e152130f1a4e6
+ source = https://files.pythonhosted.org/packages/source/p/proto-plus/proto-plus-1.19.8.tar.gz
+ b2sums = 96fef21d82bf81ae33d1e14f1a7021af9f69f6b5a5582a2956efb401eb9524ce04ea318edb006b2d0bd928c84942c7c0da7d676494329bafec7ae80ed20fc383
pkgname = python-proto-plus
diff --git a/PKGBUILD b/PKGBUILD
index 69db02c5bb69..0049ec82ac47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-proto-plus
_name=proto-plus
-pkgver=1.19.7
+pkgver=1.19.8
pkgrel=1
pkgdesc='A wrapper around protocol buffers.'
arch=('any')
@@ -17,7 +17,7 @@ makedepends=(
)
depends=("python-protobuf")
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-b2sums=('d93b3bf53ac8660c69925cf781b08333a42df3e7b18262c9e2194b3581b99d7429a9e732af0bc9e51c1ffafb0845d57041282b9708ac29963d1e152130f1a4e6')
+b2sums=('96fef21d82bf81ae33d1e14f1a7021af9f69f6b5a5582a2956efb401eb9524ce04ea318edb006b2d0bd928c84942c7c0da7d676494329bafec7ae80ed20fc383')
build() {
cd "$srcdir/$_name-$pkgver" || exit