summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnyTech2018-01-03 16:28:24 +0100
committerErnyTech2018-01-03 16:28:24 +0100
commit721d2136a24fbd6aa22aae1613b0be5ea4ca7fdc (patch)
tree04869e5409f3186446d1b4d3ff46950f1c79ff21
parent1b3064ce52db48ccaf22750b05719d7c68d160e1 (diff)
downloadaur-721d2136a24fbd6aa22aae1613b0be5ea4ca7fdc.tar.gz
Update to 3.5.0.1
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4dadb8ca909..31fd1b3e028a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libprotobuf
pkgname=lib32-$_pkgname
-pkgver=v3.3.1.r363.gb04e5cba
+pkgver=3.5.0.1-1
pkgrel=1
pkgdesc="A language-neutral, platform-neutral extensible mechanism for
serializing structured data."
@@ -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() {