summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Haag2018-03-04 15:12:08 +0100
committerChristoph Haag2018-03-04 15:12:08 +0100
commit9618ad2427e0164cdfc3f8389d278d56f62c1d78 (patch)
tree1f2197ae385231f5684e1a6f8ed860c2cc87ab8b
parent8b694f8e9ed5a1debd7db47b27f18e45941d43f4 (diff)
downloadaur-9618ad2427e0164cdfc3f8389d278d56f62c1d78.tar.gz
add cmake
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 843fb1f347df..973fb74e29e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Mar 4 14:10:57 UTC 2018
+# Sun Mar 4 14:12:05 UTC 2018
pkgbase = serial-git
pkgdesc = cross-platform library for interfacing with rs-232 serial like ports written in C++
pkgver = r368.5a354ea
@@ -8,6 +8,7 @@ pkgbase = serial-git
arch = x86_64
license = MIT
makedepends = git
+ makedepends = cmake
source = git+https://github.com/wjwwood/serial.git
source = CMakeLists.txt
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3105b40830e2..7317161e476c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="cross-platform library for interfacing with rs-232 serial like ports wr
arch=('x86_64')
url="https://github.com/wjwwood/serial"
license=('MIT')
-makedepends=('git')
+makedepends=('git' 'cmake')
conflicts=()
provides=()
source=("git+https://github.com/wjwwood/serial.git"