summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-10 14:55:34 -0800
committerAndy Weidenbaum2016-01-10 14:55:34 -0800
commit0a94eed814c5ec656df8040699862754538d24bd (patch)
tree9c7a3fec40142bc8a052f0c4be683b71e8798579
parent93ee77828dfe0f7ae1f9550b501c5eb4a09f20f9 (diff)
downloadaur-0a94eed814c5ec656df8040699862754538d24bd.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 26f23a4d9f9a..ebf6f232cd53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 22:32:24 UTC 2016
+# Sun Jan 10 22:55:30 UTC 2016
pkgbase = avro-c
pkgdesc = C bindings for Avro data serialization framework
pkgver = 1.8.0.rc2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/apache/avro
arch = i686
arch = x86_64
@@ -15,6 +15,8 @@ pkgbase = avro-c
depends = snappy
depends = xz
depends = zlib
+ optdepends = asciidoc: build with documentation
+ optdepends = source-highlight: add syntax highlighting to documentation
source = avro-c-1.8.0.rc2.tar.gz::https://codeload.github.com/apache/avro/tar.gz/release-1.8.0-rc2
sha256sums = 873f075ed045e2463485a3e8f7db49b236096a304c9e691ba9e5c49712ec6cbd
diff --git a/PKGBUILD b/PKGBUILD
index 05c76aa0c29e..0a6a9b2d8558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,13 @@
pkgname=avro-c
pkgver=1.8.0.rc2
-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-$pkgver.tar.gz::https://codeload.github.com/apache/avro/tar.gz/release-1.8.0-rc2)