summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKLZ-02019-01-19 21:42:13 +0100
committerKLZ-02019-01-19 21:42:13 +0100
commit12e5a13d099a21c8d53fee6e0eb36c3d9a1a30e7 (patch)
tree65bd022f996a3b859d4eb7f60d1fdb1a9d98e73d
parent2b3138d6952599bd56cfe5c01d24f3dcd88589df (diff)
downloadaur-12e5a13d099a21c8d53fee6e0eb36c3d9a1a30e7.tar.gz
Added CMake as a build time dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4713d2e8baf4..1ffdcff6330a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = esearch
arch = x86_64
license = MIT
makedepends = git
+ makedepends = cmake
source = git+https://github.com/KLZ-0/pacman-esearch#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4d138258c0c2..f699064d1739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Replacement for both pacman -Ss and pacman -Si"
arch=('x86_64')
url="https://github.com/KLZ-0/pacman-esearch"
license=('MIT')
-makedepends=('git')
+makedepends=('git' 'cmake')
source=("git+https://github.com/KLZ-0/pacman-esearch#branch=master")
md5sums=('SKIP')