summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47a89c72f6e6..f1a31d24540f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = ecal
pkgdesc = enhanced Communication Abstraction Layer
pkgver = 5.3.2
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/continental/ecal
arch = x86_64
license = Apache
makedepends = cmake
makedepends = doxygen
+ makedepends = simpleini
depends = asio
depends = protobuf
depends = qt5-base
- depends = simpleini
depends = tclap
source = https://github.com/continental/ecal/archive/v5.3.2.tar.gz
source = ecal-v5.3.2-archlinux-fabs.patch
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)