summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBailey Fox2019-04-01 01:22:44 -0500
committerBailey Fox2019-04-01 01:22:44 -0500
commit007fffe81c37be00cd6646e1c756747bcaa3a347 (patch)
treedc3c2756ee77090caa8216da64e45b9a1e38be20
parent52eff8f435974495a65b78107d1528563a24d8ec (diff)
downloadaur-uefitool-ng-git.tar.gz
Add cmake as build dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d656bcca9ba2..5999786a9738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = uefitool-ng-git
license = BSD
makedepends = git
makedepends = qt5-base
+ makedepends = cmake
depends = qt5-base
provides = uefitool-ng
conflicts = uefitool-ng
diff --git a/PKGBUILD b/PKGBUILD
index 0b2535a1f644..d071f2604778 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://github.com/LongSoft/UEFITool'
branch='new_engine'
license=('BSD')
depends=('qt5-base')
-makedepends=('git' 'qt5-base')
+makedepends=('git' 'qt5-base' 'cmake')
provides=($_pkgname)
conflicts=($_pkgname)
source=("${_pkgname}::git+${url}#branch=${branch}")