summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKris McCleary2017-09-15 18:07:27 -0400
committerKris McCleary2017-09-15 18:07:27 -0400
commitedfcab2b2bd448ab3833e903c5fe3238dccc1d39 (patch)
tree9a96f8b12877831623e0188ea5b5011ebcb5a672
parent4e1d2db273072740bc48d4e89580d8b95647d5b3 (diff)
downloadaur-edfcab2b2bd448ab3833e903c5fe3238dccc1d39.tar.gz
Adjusted make, bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04da308f011c..0dbe130d0fd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-libprotobuf-git
pkgdesc = A language-neutral, platform-neutral extensible mechanism for serializing structured data.
- pkgver = v3.3.1.r256.g35db2675
- pkgrel = 2
+ pkgver = v3.3.1.r420.gd1bc27ca
+ pkgrel = 1
url = https://developers.google.com/protocol-buffers/
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index 177eded925f5..8e859b59e3df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=libprotobuf
pkgname=lib32-$_pkgname-git
-pkgver=v3.3.1.r256.g35db2675
-pkgrel=2
+pkgver=v3.3.1.r420.gd1bc27ca
+pkgrel=1
pkgdesc="A language-neutral, platform-neutral extensible mechanism for serializing structured data."
url="https://developers.google.com/protocol-buffers/"
license=('custom')
@@ -27,7 +27,7 @@ build() {
export CXX="g++ -m32"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
./configure --build=i386-pc-linux-gnu CFLAGS="-m32 -DNDEBUG" CXXFLAGS="-m32 -DNDEBUG" LDFLAGS=-m32 --prefix=/usr --libdir=/usr/lib32
- make
+ make -j4
}
package() {
@@ -37,4 +37,4 @@ package() {
rm -r "$pkgdir/usr/bin/"
rm -r "$pkgdir/usr/include"
install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/lib32-libprotobuf-git"
-} \ No newline at end of file
+}