summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLorenzo Fontana2018-08-07 16:29:55 +0200
committerLorenzo Fontana2018-08-07 16:29:55 +0200
commit335db1f6961f910505e437848c67bfbe396a652b (patch)
tree6ed4a2a3c889a7f071a5adff1156bfe78d70510b /PKGBUILD
parentac61329417d95894b72dffc5a0415f24808ec83d (diff)
downloadaur-335db1f6961f910505e437848c67bfbe396a652b.tar.gz
Remove v in version number
Signed-off-by: Lorenzo Fontana <lo@linux.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d7fcbf360978..4868af8ad993 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lorenzo Fontana <lo@linux.com>
pkgname=protobuf-bin
-pkgver=v3.6.1
+pkgver=3.6.1
pkgrel=1
pkgdesc="Protocol Buffers - Google's data interchange format (binary version)"
arch=('x86_64')
@@ -9,8 +9,8 @@ url="https://github.com/google/protobuf"
license=('custom')
provides=('protobuf')
makedepends=('unzip')
-source=(protobuf_x86_64.zip::https://github.com/google/protobuf/releases/download/${pkgver}/protoc-${pkgver//v/}-linux-x86_64.zip
-LICENSE::https://github.com/google/protobuf/raw/${pkgver}/LICENSE)
+source=(protobuf_x86_64.zip::https://github.com/google/protobuf/releases/download/v${pkgver}/protoc-${pkgver}-linux-x86_64.zip
+LICENSE::https://github.com/google/protobuf/raw/v${pkgver}/LICENSE)
sha256sums=('6003de742ea3fcf703cfec1cd4a3380fd143081a2eb0e559065563496af27807'
'6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d')