summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuNNjek2021-10-31 14:31:25 +0100
committerSuNNjek2021-10-31 14:31:25 +0100
commit01823b19d5794194fb134c6a049a210309bb0a49 (patch)
treead9d96d72f1f34ad9d205692755cb6e04d843d40
parentecfc66241bd3ef4d2a5e3d0b31f1b623562affb9 (diff)
downloadaur-01823b19d5794194fb134c6a049a210309bb0a49.tar.gz
Added extra-cmake-modules to make dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f33235133268..0587dcf29534 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = fluent-decoration-git
license = GPL
makedepends = git
makedepends = cmake
+ makedepends = extra-cmake-modules
depends = kdecoration
provides = fluent-decoration
conflicts = fluent-decoration
@@ -14,4 +15,3 @@ pkgbase = fluent-decoration-git
md5sums = SKIP
pkgname = fluent-decoration-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d16bc5905280..e1c14187cadb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url='https://github.com/SuNNjek/fluent-decoration'
arch=('x86_64')
license=('GPL')
depends=('kdecoration')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'extra-cmake-modules')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("$_pkgname::git+$url#branch=$_branch")