summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCareF2019-01-02 17:21:58 -0500
committerCareF2019-01-02 17:25:40 -0500
commit1605c7c3edc3a0f4ed01601efd995b4cfdc94b74 (patch)
tree4f66da7f7dc82ef81995d177a40d4ed1835bbb88
parent5811f92ad2b60125e24f578de865d56ad7ad2b1e (diff)
downloadaur-1605c7c3edc3a0f4ed01601efd995b4cfdc94b74.tar.gz
update v5.2: add theme
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ea53fc94658..1102b0329519 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = deepin-dock-plugin-weather-git
pkgdesc = A plugin for deepin dock, display weather information.
- pkgver = 5.1
+ pkgver = 5.2
pkgrel = 1
url = https://github.com/sonichy/WEATHER_DDE_DOCK
arch = x86_64
makedepends = git
makedepends = qt5-base
depends = deepin-dock
- source = deepin-dock-plugin-weather-git-5.1.tar.gz::https://github.com/sonichy/WEATHER_DDE_DOCK/archive/5.1.tar.gz
- md5sums = a75e004672b5d8c73f9eca9da57f19ab
+ 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
pkgname = deepin-dock-plugin-weather-git
diff --git a/PKGBUILD b/PKGBUILD
index 9109a875eaf2..880f2279e19b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: CareF <CareF.lm@gmail.com>
pkgname=deepin-dock-plugin-weather-git
-pkgver=5.1
+pkgver=5.2
pkgrel=1
pkgdesc="A plugin for deepin dock, display weather information."
arch=('x86_64')
url="https://github.com/sonichy/WEATHER_DDE_DOCK"
depends=('deepin-dock')
makedepends=('git' 'qt5-base')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sonichy/WEATHER_DDE_DOCK/archive/${pkgver}.tar.gz")
-md5sums=('a75e004672b5d8c73f9eca9da57f19ab')
-_gitname=WEATHER_DDE_DOCK
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CareF/deepin-dock-plugin-weather/archive/${pkgver}.tar.gz")
+md5sums=('9ccbdeffe68796a0bb92d44ebdd38230')
+_gitname=deepin-dock-plugin-weather
build() {
qmake "$srcdir/$_gitname-$pkgver"