summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49a394073ba6..cca205cbe7b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = highly-experimental-git
arch = x86_64
license = GPL3
makedepends = git
- makedepends = qtchooser
+ makedepends = qt5-base
depends = glibc
source = highly-experimental-git::git+https://gitlab.kode54.net/kode54/Highly_Experimental.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 254236ae5b40..2366f0bba727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=(i686 x86_64)
url='https://gitlab.kode54.net/kode54/Highly_Experimental'
license=(GPL3)
depends=(glibc)
-makedepends=('git' 'qtchooser')
+makedepends=('git' 'qt5-base')
source=("${pkgname}::git+https://gitlab.kode54.net/kode54/Highly_Experimental.git")
sha256sums=('SKIP')