summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnyTech2018-01-13 17:24:05 +0100
committerErnyTech2018-01-13 17:24:05 +0100
commit120e132c4152327d13e263aa0a7b11a4ff87620b (patch)
treef98600844995a285e235e3cbaed603d6ffefffc2
parenta8a0e3950a9dc743802d5dd345ece1bbc10661d8 (diff)
downloadaur-120e132c4152327d13e263aa0a7b11a4ff87620b.tar.gz
Update to protobuf 3.5.1.1
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2995260ec92e..dc87332060b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=libprotobuf
pkgname=lib32-$_pkgname
-pkgver=v3.5.0.1
+pkgver=v3.5.1.1
pkgrel=2
pkgdesc="A language-neutral, platform-neutral extensible mechanism for
serializing structured data."
@@ -11,11 +11,11 @@ license=('custom')
arch=('x86_64')
depends=('lib32-zlib' 'lib32-gcc-libs')
makedepends=('gcc-multilib' 'curl' 'unzip')
-source=("https://github.com/google/protobuf/archive/v3.5.0.1.zip")
+source=("https://github.com/google/protobuf/archive/v3.5.1.1.zip")
md5sums=('SKIP')
build() {
- cd "${srcdir}/protobuf-3.5.0.1"
+ cd "${srcdir}/protobuf-3.5.1.1"
./autogen.sh
#autoreconf -i
@@ -27,7 +27,7 @@ build() {
}
package() {
- cd "${srcdir}/protobuf-3.5.0.1"
+ cd "${srcdir}/protobuf-3.5.1.1"
make DESTDIR="$pkgdir" install
rm -r "$pkgdir/usr/bin/"