summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f15ee918bc3..3d28683eb1a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dtk6systemsettings-git
pkgdesc = Qt-based development library for system settings on Deepin.
- pkgver = 6.0.1.r4.gbacf480
+ pkgver = 6.0.2.r0.g9aeeb77
pkgrel = 1
url = https://github.com/linuxdeepin/dtk6systemsettings
arch = x86_64
@@ -14,9 +14,9 @@ pkgbase = dtk6systemsettings-git
makedepends = cmake
makedepends = doxygen
makedepends = graphviz
- depends = deepin-desktop-base-git
- depends = dtk6core-git
- depends = dtkcommon-git
+ depends = deepin-desktop-base
+ depends = dtk6core
+ depends = dtkcommon
provides = dtk6systemsettings
conflicts = dtk6systemsettings
source = git+https://github.com/linuxdeepin/dtk6systemsettings
diff --git a/PKGBUILD b/PKGBUILD
index 9c2552b6d468..a75a0b046d59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: ComixHe <heyuming@deepin.org>
pkgname=dtk6systemsettings-git
-pkgver=6.0.1.r4.gbacf480
+pkgver=6.0.2.r0.g9aeeb77
pkgrel=1
sourcename=dtk6systemsettings
sourcetars=("$sourcename"_"$pkgver".tar.xz)
@@ -9,7 +9,7 @@ pkgdesc='Qt-based development library for system settings on Deepin.'
arch=('x86_64' 'aarch64')
url="https://github.com/linuxdeepin/dtk6systemsettings"
license=('LGPL3')
-depends=('deepin-desktop-base-git' 'dtk6core-git' 'dtkcommon-git')
+depends=('deepin-desktop-base' 'dtk6core' 'dtkcommon')
makedepends=('git' 'qt6-tools' 'qt6-base' 'ninja' 'cmake' 'doxygen' 'graphviz')
conflicts=('dtk6systemsettings')
provides=('dtk6systemsettings')