summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ee90e0614d43..820d92229719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
+# Maintainer: Davide Depau <davide@depau.eu>
+# Contributor: Andy Weidenbaum <archbaum@gmail.com>
pkgname=avro-c
pkgver=1.8.2
-pkgrel=1
+pkgrel=2
pkgdesc="C bindings for Avro data serialization framework"
arch=('i686' 'x86_64')
depends=('jansson' 'snappy' 'xz' 'zlib')
@@ -12,7 +13,7 @@ optdepends=('asciidoc: build with documentation'
url="https://github.com/apache/avro"
license=('Apache')
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/apache/avro/tar.gz/release-$pkgver)
-sha256sums=('b3eedd781dd5ceda812f4bd911bc82cb46c8a50e92c003b6ccc4ff66014fb01c')
+sha256sums=('19040889f2c822445b6ccf14e6f13ccf2d7851458790ae1539a2688d21c76ae0')
build() {
cd "$srcdir/avro-release-$pkgver/lang/c"