summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-10 14:55:35 -0800
committerAndy Weidenbaum2016-01-10 14:55:35 -0800
commita0fcbd450ce5090ab355e1c91c66ac3f34ff23a5 (patch)
treef01827f46fde2d235c4a33dc362ad07c79cfbaff /PKGBUILD
parent08d9e8a9222cc666c8a16c0cfb0ef87801c20dc2 (diff)
downloadaur-a0fcbd450ce5090ab355e1c91c66ac3f34ff23a5.tar.gz
increment pkgrel to 2; optdepends+=asciidoc source-highlight
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05967e63d7e8..0784e52b3ad6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=avro-c-git
pkgver=20160106
-pkgrel=1
+pkgrel=2
pkgdesc="C bindings for Avro data serialization framework"
arch=('i686' 'x86_64')
depends=('snappy' 'xz' 'zlib')
makedepends=('cmake' 'git' 'make' 'pkg-config')
+optdepends=('asciidoc: build with documentation'
+ 'source-highlight: add syntax highlighting to documentation')
url="https://github.com/apache/avro"
license=('Apache')
source=(${pkgname%-git}::git+https://github.com/apache/avro)