summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThe3DmaN2021-08-05 14:58:46 -0500
committerThe3DmaN2021-08-05 14:58:46 -0500
commit1f6831a672f0c968744e39b398ec330c1f06e0fd (patch)
treee8cf5bb0c29f5f487d4f728c33107bdb7dd747d4
parent017657241a1c5fbbcffb767666e872f07f0bb416 (diff)
downloadaur-1f6831a672f0c968744e39b398ec330c1f06e0fd.tar.gz
Updated depends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7139d8caddf..cea8129bb441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,11 +9,10 @@ pkgbase = idokremote-git
depends = qt5-svg
depends = qt5-base
depends = qt5-wayland
- depends = qt5-quickcontrols
+ depends = qt5-quickcontrols2
provides = idokremote
conflicts = idokremote
source = git+https://gitlab.com/The3DmaN/idokremote.git
md5sums = SKIP
pkgname = idokremote-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 8793cbcb3080..d48336aa77d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="Remote for Kodi"
arch=("any")
url="https://gitlab.com/The3DmaN/${pkgname%-git}"
license=("GPL3")
-depends=("git" "qt5-svg" "qt5-base" "qt5-wayland" "qt5-quickcontrols")
+depends=("git" "qt5-svg" "qt5-base" "qt5-wayland" "qt5-quickcontrols2")
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=("git+https://gitlab.com/The3DmaN/${pkgname%-git}.git")