summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e48bb2697a9e..da780213f7d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,11 @@ pkgbase = deepin-polkit-agent-git
license = GPL3
makedepends = git
makedepends = qt5-tools
+ makedepends = dtkwidget-git
depends = deepin-qt-dbus-factory-git
depends = startdde-git
depends = polkit-qt5
+ depends = dtkwidget-git
provides = deepin-polkit-agent
conflicts = deepin-polkit-agent
replaces = deepin-polkit-agent
diff --git a/PKGBUILD b/PKGBUILD
index 7babbc6e3359..6242b16bb983 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc='Deepin Polkit Agent'
arch=('x86_64')
url="https://github.com/linuxdeepin/dde-polkit-agent"
license=('GPL3')
-depends=('deepin-qt-dbus-factory-git' 'startdde-git' 'polkit-qt5')
-makedepends=('git' 'qt5-tools')
+depends=('deepin-qt-dbus-factory-git' 'startdde-git' 'polkit-qt5' 'dtkwidget-git')
+makedepends=('git' 'qt5-tools' 'dtkwidget-git')
conflicts=('deepin-polkit-agent')
replaces=('deepin-polkit-agent')
provides=('deepin-polkit-agent')