summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b40b09b72053..e53c432c1006 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -21,8 +21,8 @@ pkgbase = deepin-log-viewer-git
makedepends = qt5-tools
depends = dtkdeclarative
depends = polkit-qt5
+ depends = dtkwidget
provides = deepin-log-viewer
- provides = dtkwidget
source = git+https://github.com/linuxdeepin/deepin-log-viewer
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f5a6ab60ba2a..195cc810dac8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@ pkgdesc="A tool to view system logs"
arch=('x86_64')
url="https://github.com/linuxdeepin/deepin-log-viewer"
license=('LGPL3')
-provides=('deepin-log-viewer' 'dtkwidget')
-depends=('dtkdeclarative' 'polkit-qt5')
+provides=('deepin-log-viewer')
+depends=('dtkdeclarative' 'polkit-qt5' 'dtkwidget')
makedepends=('dtkgui' 'dtkcore' 'qt5-quickcontrols2'
'qt5-declarative' 'qt5-base' 'cmake'
'rapidjson' 'xerces-c' 'gtest' 'boost'