summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Mattern2023-10-20 22:52:24 +0200
committerPeter Mattern2023-10-20 22:52:24 +0200
commit8a237227f1b0ade7e25bfb76de9366172f737715 (patch)
tree0363717cf5986a33eecc32f3e118b0298d16b000
parent0d08a3a8a500d42136daefef3efd27565ffefb70 (diff)
downloadaur-8a237227f1b0ade7e25bfb76de9366172f737715.tar.gz
Adjust dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e2c0f08d1046..ba0509d86b5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,8 +6,8 @@ pkgbase = lxqt-build-tools-git
arch = any
license = BSD
makedepends = git
- makedepends = cmake
makedepends = qt5-base
+ depends = cmake
provides = lxqt-build-tools
conflicts = lxqt-build-tools
source = git+https://github.com/lxqt/lxqt-build-tools.git
diff --git a/PKGBUILD b/PKGBUILD
index dab9c1c645d9..6d695fedb3e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,8 @@ pkgdesc='Tools to build LXQt and components maintained by the project.'
arch=('any')
url='https://github.com/lxqt/lxqt-build-tools'
license=('BSD')
-makedepends=('git' 'cmake' 'qt5-base')
+makedepends=('git' 'qt5-base')
+depends=('cmake')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+${url}.git")