summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnyTech2018-01-03 16:34:37 +0100
committerErnyTech2018-01-03 16:34:37 +0100
commit70b79c5a49d6c9ad559462d2f9ecfd58f9f9751c (patch)
tree2c58af0f92006f79f7343cfd8f7c3dfc1860a408
parent1b3064ce52db48ccaf22750b05719d7c68d160e1 (diff)
downloadaur-70b79c5a49d6c9ad559462d2f9ecfd58f9f9751c.tar.gz
fix update PKGBUILD
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4dadb8ca909..10c608af32c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=libprotobuf
pkgname=lib32-$_pkgname
-pkgver=v3.3.1.r363.gb04e5cba
-pkgrel=1
+pkgver=v3.5.0.1
+pkgrel=2
pkgdesc="A language-neutral, platform-neutral extensible mechanism for
serializing structured data."
url="https://developers.google.com/protocol-buffers/"
@@ -11,7 +11,7 @@ license=('custom')
arch=('x86_64')
depends=('lib32-zlib' 'lib32-gcc-libs')
makedepends=('gcc-multilib' 'curl' 'unzip')
-source=("https://github.com/google/protobuf/archive/v3.4.1.zip")
+source=("https://github.com/google/protobuf/archive/v3.5.0.1.zip")
md5sums=('SKIP')
build() {