summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCareF2019-01-03 15:32:36 -0500
committerCareF2019-01-03 15:32:36 -0500
commit374ae8ea7ddbf68fcff5853de75605fb550516f7 (patch)
treef3663512e45fa8c5bc89ec7a4cdb51db11a6f95c
parentb793ab8bcdf6c86ae77a397d76df6634aa4b6d4f (diff)
downloadaur-374ae8ea7ddbf68fcff5853de75605fb550516f7.tar.gz
update makedeps for dtkcore
-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