summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Nelless2017-09-22 22:28:43 +0100
committerAndrew Nelless2017-09-22 22:28:43 +0100
commit422bac216141e534dabeb13a6fed45669c41f1e2 (patch)
tree3ca37a8ba9b8a7736ceba939fd345e8038c5ca6b
parent5cbc9a61c740bbda3538dd3854a1f14a55743437 (diff)
downloadaur-422bac216141e534dabeb13a6fed45669c41f1e2.tar.gz
Boost rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7abfa7367ee..280157603849 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = avro-cpp
pkgdesc = C++ implementation of the Apache Avro data serialization system
pkgver = 1.8.2
- pkgrel = 1
+ pkgrel = 2
url = https://avro.apache.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2e22dcbcc045..12bc5d130d15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andrew Nelless <andrew at nelless dot net>
pkgname='avro-cpp'
pkgver=1.8.2
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="C++ implementation of the Apache Avro data serialization system"