summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Hyttinen2023-02-17 05:57:45 +0200
committerMika Hyttinen2023-02-17 05:57:45 +0200
commit0d3048a856b2c034c161f0c5072739a6c63de1d5 (patch)
tree8a715f68b1e03b8f1aa390a77fdda75e4d3fca20
parent3f4f4b2fc9ae6736f57cbe40e20345df029b7c7b (diff)
downloadaur-0d3048a856b2c034c161f0c5072739a6c63de1d5.tar.gz
Fix double dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3894b6db7033..a9bb601b558f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -14,7 +14,6 @@ pkgbase = cellframe-dashboard
depends = qt5-graphicaleffects
depends = qt5-base
depends = qt5-quickcontrols2
- depends = qt5-quickcontrols2
source = git+https://gitlab.demlabs.net/cellframe/cellframe-dashboard.git#commit=50ab34941438c86e043094e92b50516874016bb4
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2442b45ce98b..30dd55898d90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Super application for managing Cellframe node"
arch=('x86_64' 'aarch64')
url="https://cellframe.net"
license=('GPL3')
-depends=(cellframe-node qt5-graphicaleffects qt5-base qt5-quickcontrols2 qt5-quickcontrols2)
+depends=(cellframe-node qt5-graphicaleffects qt5-base qt5-quickcontrols2)
makedepends=(git qt5-base qt5-declarative)
options=()
source=(git+https://gitlab.demlabs.net/cellframe/$pkgname.git#commit=50ab34941438c86e043094e92b50516874016bb4)