[arch-commits] Commit in protobuf/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Mar 13 18:19:34 UTC 2021
Date: Saturday, March 13, 2021 @ 18:19:34
Author: arojas
Revision: 409814
Update to 3.15.6
Modified:
protobuf/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-13 14:02:47 UTC (rev 409813)
+++ PKGBUILD 2021-03-13 18:19:34 UTC (rev 409814)
@@ -9,8 +9,8 @@
pkgbase='protobuf'
pkgname=('protobuf' 'python-protobuf')
-pkgver=3.12.4
-pkgrel=3
+pkgver=3.15.6
+pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format"
arch=('x86_64')
url='https://developers.google.com/protocol-buffers/'
@@ -18,11 +18,14 @@
depends=('gcc-libs' 'glibc' 'zlib')
makedepends=('unzip' 'python-setuptools')
source=("https://github.com/protocolbuffers/$pkgname/releases/download/v$pkgver/$pkgname-all-$pkgver.tar.gz")
-sha512sums=('166ebf405446a811ddfd354f4268d142326b2ff87ea13dc9643c2c035f54accb0c438e6248d2a043b6485211d8b9ff1d6c8c0dfff6fd2a3eecc34217980d3fa9')
+sha512sums=('1d3695cf2afa9181cec190d435615780353ecf7422046f517dfe1316ee92cca01676be0008481c80009912a3df0cd1aeaaea40ffcc3a569ccf0831d8b5e35ab0')
prepare() {
cd "$pkgbase-$pkgver"
autoreconf -vfi
+
+# Don't fail tests on deprecation warnings
+ sed -e "/DeprecationWarning/d" -i python/google/protobuf/internal/*test.py
}
build() {
More information about the arch-commits
mailing list