summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRippanda122022-12-11 14:44:13 +0200
committerRippanda122022-12-11 14:44:13 +0200
commit9ee283207fd792c458fce4baf9fe1db2b1275a35 (patch)
tree8c7dbc106171bcb5b21333620d6b4032277dca69 /PKGBUILD
parentde4e5aea85735fb96da15b0e4ff580cefd8f8840 (diff)
downloadaur-deepin-log-viewer-git.tar.gz
fix provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'