summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-10 14:55:35 -0800
committerAndy Weidenbaum2016-01-10 14:55:35 -0800
commita0fcbd450ce5090ab355e1c91c66ac3f34ff23a5 (patch)
treef01827f46fde2d235c4a33dc362ad07c79cfbaff
parent08d9e8a9222cc666c8a16c0cfb0ef87801c20dc2 (diff)
downloadaur-a0fcbd450ce5090ab355e1c91c66ac3f34ff23a5.tar.gz
increment pkgrel to 2; optdepends+=asciidoc source-highlight
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccfca4e31e6c..78138116b4d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 22:31:05 UTC 2016
+# Sun Jan 10 22:54:53 UTC 2016
pkgbase = avro-c-git
pkgdesc = C bindings for Avro data serialization framework
pkgver = 20160106
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/apache/avro
arch = i686
arch = x86_64
@@ -15,6 +15,8 @@ pkgbase = avro-c-git
depends = snappy
depends = xz
depends = zlib
+ optdepends = asciidoc: build with documentation
+ optdepends = source-highlight: add syntax highlighting to documentation
provides = avro-c
conflicts = avro-c
source = avro-c::git+https://github.com/apache/avro
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)