summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhai Zhaoxuan2021-03-29 10:09:41 +0800
committerZhai Zhaoxuan2021-03-29 10:09:41 +0800
commit5de02f937b7f26c6ef457e116236505e4f0d247e (patch)
tree29377bb303999309660aefb629eaa0b2041d039b
parentdf3a39a2c53d2ce4803ecff0138e41c70c37db0c (diff)
downloadaur-5de02f937b7f26c6ef457e116236505e4f0d247e.tar.gz
change rel version
noticed by ApolloLV, the protobuf package was updated. This commit just notify the user to recompile `protoc-gen-grpc-web` with newly updated `protobuf`. Releated Error Message: error while loading shared libraries: libprotobuf.so.23: cannot open shared object file: No such file or directory" Signed-off-by: kXuan <kxuanobj@gmail.com>
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02c80f6076d3..d5788ae76f36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=protoc-gen-grpc-web
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Protobuf gRPC compiler for Web Clients'
arch=('x86_64')
url='https://github.com/grpc/grpc-web'