summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4eed640037c4..2df7acbb887b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = breeze-icons-git
arch = any
groups = plasma
license = LGPL
+ makedepends = git
provides = breeze-icons
conflicts = breeze-icons
source = breeze-icons::git+https://github.com/NitruxSA/breeze-icon-theme.git
diff --git a/PKGBUILD b/PKGBUILD
index a59edf3e63c8..d998828e8b6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
url="https://github.com/NitruxSA/breeze-icon-theme"
license=('LGPL')
groups=('plasma')
+makedepends=('git')
provides="${_pkgname}"
conflicts="${_pkgname}"
source=("${_pkgname}::git+${url}.git")