diff options
author | Zhai Zhaoxuan | 2024-03-27 22:17:10 +0800 |
---|---|---|
committer | Zhai Zhaoxuan | 2024-03-27 22:17:10 +0800 |
commit | 62a0eb8070e4da476f7ce1b3235ba848e720e2e5 (patch) | |
tree | 3e1a7dc270f0b1567f7d8e3b8b7a2d191bf10a79 | |
parent | cf14cf16e732a3ae234a183eb95805339250348b (diff) | |
download | aur-protoc-gen-grpc-web.tar.gz |
fix pkgrel inconsistent between SRCINFO and PKGBUILD
Signed-off-by: Zhai Zhaoxuan <kxuanobj@gmail.com>
-rw-r--r-- | .SRCINFO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ pkgbase = protoc-gen-grpc-web pkgdesc = Protobuf gRPC compiler for Web Clients pkgver = 1.5.0 - pkgrel = 1 + pkgrel = 0 url = https://github.com/grpc/grpc-web arch = x86_64 license = Apache2 |