summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTobias Borgert2019-06-12 22:27:43 +0200
committerTobias Borgert2019-06-12 22:27:43 +0200
commitfb08e2b133b9a5e5ffaf1cbb90a88dd793a4294c (patch)
tree0cd62eb4bbc1bf50eef54e02e06eb6db78af47b1 /PKGBUILD
parent0c9ffbf38c2019f4573449b9d70538edf4bb8086 (diff)
downloadaur-fb08e2b133b9a5e5ffaf1cbb90a88dd793a4294c.tar.gz
Moved simpleini to build dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0911b6fc982a..e0af4985e8a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=ecal
pkgver=5.3.2
-pkgrel=2
+pkgrel=3
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' 'doxygen')
+depends=('asio' 'protobuf' 'qt5-base' 'tclap')
+makedepends=('cmake' 'doxygen' 'simpleini')
optdepends=()
source=(https://github.com/continental/ecal/archive/v$pkgver.tar.gz
ecal-v5.3.2-archlinux-fabs.patch)