summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhang, DingYuan2020-08-08 17:22:02 +0800
committerZhang, DingYuan2020-08-08 17:22:02 +0800
commit7e6e5e910b2f48c71bf4a70b03dc50dc761824f1 (patch)
tree2eedba9d9b6aad01f9b761ac802c5ae58bccbe4c
parent6f047433d6e0b62335e438ca410daef1e77e267a (diff)
downloadaur-7e6e5e910b2f48c71bf4a70b03dc50dc761824f1.tar.gz
update
-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')