summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Borgert2019-06-13 20:27:01 +0200
committerTobias Borgert2019-06-13 20:27:01 +0200
commit83e011c89ed0861cbe3c369ec36cbffbd26bcb6c (patch)
treeba567e61b0eaef5c35767e07e78f903eb2bc7fc3 /PKGBUILD
parentb49359d0710842c5c407a3d40ee96acc84865bb7 (diff)
downloadaur-83e011c89ed0861cbe3c369ec36cbffbd26bcb6c.tar.gz
Moved asio and tclap to build dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6df8ed3f22e..b20a7696ba54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Tobias Borgert <tobias.borgertt@gmail.com>
+# Maintainer: Tobias Borgert <tobias.borgert@gmail.com>
pkgname=ecal
pkgver=5.3.2
-pkgrel=7
+pkgrel=8
pkgdesc="enhanced Communication Abstraction Layer"
arch=('x86_64')
url="https://github.com/continental/ecal"
license=('Apache')
-depends=('asio' 'protobuf' 'qt5-base' 'tclap')
-makedepends=('cmake' 'doxygen' 'graphviz' 'simpleini')
+depends=('protobuf' 'qt5-base')
+makedepends=('asio' 'cmake' 'doxygen' 'graphviz' 'simpleini' 'tclap')
optdepends=()
source=(https://github.com/continental/ecal/archive/v$pkgver.tar.gz
ecal-v5.3.2-archlinux-fabs.patch)