summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f303302383fb..db65aafd40ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = deepin-dock-plugin-weather-git
arch = x86_64
makedepends = git
makedepends = qt5-base
+ makedepends = dtkcore
depends = deepin-dock
source = deepin-dock-plugin-weather-git-5.2.tar.gz::https://github.com/CareF/deepin-dock-plugin-weather/archive/5.2.tar.gz
md5sums = 9ccbdeffe68796a0bb92d44ebdd38230
diff --git a/PKGBUILD b/PKGBUILD
index ed771d8ac8b8..f1701dd605e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="A plugin for deepin dock, display weather information."
arch=('x86_64')
url="https://github.com/CareF/deepin-dock-plugin-weather"
depends=('deepin-dock')
-makedepends=('git' 'qt5-base')
+makedepends=('git' 'qt5-base' 'dtkcore')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CareF/deepin-dock-plugin-weather/archive/${pkgver}.tar.gz")
md5sums=('9ccbdeffe68796a0bb92d44ebdd38230')
_gitname=deepin-dock-plugin-weather