summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2018-08-12 17:49:07 +0200
committerJake2018-08-12 17:49:07 +0200
commit466abacadebbfc083edb309bfe1296e56e8bb9e1 (patch)
treeab82337b9c57eb952df12e2ba8ad8b9a474268af
parent2acf316cc53a246ea4d38eb4098bd9f444f7ad59 (diff)
downloadaur-466abacadebbfc083edb309bfe1296e56e8bb9e1.tar.gz
Specify exact cmake version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89211a3fc85a..53c1e498815c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = hyperion.ng-git
arch = armv7h
arch = aarch64
license = MIT
- makedepends = cmake
+ makedepends = cmake=3.10.3
depends = libusb
depends = protobuf
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 70a2543bed7d..78e2e116fc09 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/hyperion-project/hyperion.ng"
license=('MIT')
depends=('libusb' 'protobuf' 'python' 'qt5-serialport' 'avahi')
optdepends=('xorg-server: X11 grabbing')
-makedepends=('cmake')
+makedepends=('cmake=3.10.3')
provides=("hyperion")
conflicts=('hyperion' 'hyperion-git')
backup=('etc/hyperion/config/hyperion.config.json')