summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {