summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caefbe39ca14..47c120a885a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = deepin-polkit-agent-git
license = GPL3
makedepends = git
makedepends = qt5-tools
- depends = deepin-qt5integration-git
depends = deepin-qt-dbus-factory-git
depends = polkit-qt5
provides = deepin-polkit-agent
diff --git a/PKGBUILD b/PKGBUILD
index b3fa9c546a64..93c20e7a225d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Deepin Polkit Agent'
arch=('x86_64')
url="https://github.com/linuxdeepin/dde-polkit-agent"
license=('GPL3')
-depends=('deepin-qt5integration-git' 'deepin-qt-dbus-factory-git' 'polkit-qt5')
+depends=('deepin-qt-dbus-factory-git' 'polkit-qt5')
makedepends=('git' 'qt5-tools')
conflicts=('deepin-polkit-agent')
replaces=('deepin-polkit-agent')