summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Borgert2019-06-12 22:22:07 +0200
committerTobias Borgert2019-06-12 22:22:07 +0200
commit0c9ffbf38c2019f4573449b9d70538edf4bb8086 (patch)
tree99af30c70df2ad304fd37c26c8d04d84de34a4fb /PKGBUILD
parentd88fc93eb7d64ed0e5b8d80691b1358c242bd910 (diff)
downloadaur-0c9ffbf38c2019f4573449b9d70538edf4bb8086.tar.gz
Added doxygen as a build dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30562c5fda6c..0911b6fc982a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ecal
pkgver=5.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="enhanced Communication Abstraction Layer"
arch=('x86_64')
url="https://github.com/continental/ecal"
license=('Apache')
depends=('asio' 'protobuf' 'qt5-base' 'simpleini' 'tclap')
-makedepends=('cmake')
+makedepends=('cmake' 'doxygen')
optdepends=()
source=(https://github.com/continental/ecal/archive/v$pkgver.tar.gz
ecal-v5.3.2-archlinux-fabs.patch)