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 3617622c2a22..b9fddc62784f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,9 +8,9 @@ pkgbase = deepin-qt-dbus-factory-git
groups = deepin-git
license = GPL3
makedepends = git
- makedepends = dtkcore-git
makedepends = python
depends = qt5-base
+ depends = dtkcore
provides = deepin-qt-dbus-factory
conflicts = deepin-qt-dbus-factory
source = deepin-qt-dbus-factory-git::git+https://github.com/linuxdeepin/dde-qt-dbus-factory.git
diff --git a/PKGBUILD b/PKGBUILD
index 0ebb92109677..5077a1a1b160 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
arch=('x86_64' 'aarch64')
url="https://github.com/linuxdeepin/dde-qt-dbus-factory"
license=('GPL3')
-depends=('qt5-base')
-makedepends=('git' 'dtkcore-git' 'python')
+depends=('qt5-base' 'dtkcore')
+makedepends=('git' 'python')
conflicts=('deepin-qt-dbus-factory')
provides=('deepin-qt-dbus-factory')
groups=('deepin-git')