summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-11-19 10:18:15 +0100
committerErich Eckner <git@eckner.net>2017-11-19 10:18:15 +0100
commit2e9ae7de118d40e5750733303671e663ed1d3f5a (patch)
treee958f3054ef471e2d41e0e0d995e88068edbd338 /community
parentc840a59fdaabe178d03e94399a534382c910c901 (diff)
downloadpackages-2e9ae7de118d40e5750733303671e663ed1d3f5a.tar.xz
community/deepin-music: qt5-base should not be a makedependency but a dependency
Diffstat (limited to 'community')
-rw-r--r--community/deepin-music/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/deepin-music/PKGBUILD b/community/deepin-music/PKGBUILD
index 32382edb..88387ff0 100644
--- a/community/deepin-music/PKGBUILD
+++ b/community/deepin-music/PKGBUILD
@@ -1,2 +1,2 @@
# it's linked against /usr/lib/libQt5Core.so from qt5-core
-makedepends+=(qt5-core)
+depends+=(qt5-core)