summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Orcsik2016-10-14 12:42:14 +0200
committerMarius Orcsik2016-10-14 12:42:14 +0200
commit380c7134ebaeb3cc70105146c183d65b258192c2 (patch)
tree07970322ac1f3d927e46159255c98019fffcc21e
parent9c876718f0aeaf6f91f3223bb06993122e2c7aaf (diff)
downloadaur-plasma-wallpaper-himawari-git.tar.gz
Adding extra-cmake-modules as build deps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d45ec07f8bfd..3ad1bbe2d543 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri Feb 5 18:53:58 UTC 2016
pkgbase = plasma-wallpaper-himawari-git
pkgdesc = Plasma Wallpaper Himawari
pkgver = r7.2049a94
@@ -9,6 +7,7 @@ pkgbase = plasma-wallpaper-himawari-git
license = GPL
makedepends = git
makedepends = cmake
+ makedepends = extra-cmake-modules
depends = plasma-workspace
provides = plasma-wallpaper-himawari
conflicts = plasma-wallpaper-himawari
diff --git a/PKGBUILD b/PKGBUILD
index 5e930364a680..3ccc43431514 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("any")
url="https://github.com/Hyperz/plasmahimawari"
license=('GPL')
depends=('plasma-workspace')
-makedepends=('git' 'cmake')
+makedepends=('git' 'cmake' 'extra-cmake-modules')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("${pkgname%-git}::git+https://github.com/Hyperz/plasmahimawari.git")