summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCareF2019-01-10 12:06:23 -0500
committerCareF2019-01-10 12:06:23 -0500
commitb3a6c90c42054aaa30955c5dac2a5ea13ca4b183 (patch)
treec9039a12ba0b6434875c92d9a7d5446faa7bf2a3
parent374ae8ea7ddbf68fcff5853de75605fb550516f7 (diff)
downloadaur-b3a6c90c42054aaa30955c5dac2a5ea13ca4b183.tar.gz
update to v5.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db65aafd40ed..a9a70e5d8fc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = deepin-dock-plugin-weather-git
pkgdesc = A plugin for deepin dock, display weather information.
- pkgver = 5.2
+ pkgver = 5.3
pkgrel = 1
url = https://github.com/CareF/deepin-dock-plugin-weather
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = deepin-dock-plugin-weather-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
+ source = deepin-dock-plugin-weather-git-5.3.tar.gz::https://github.com/CareF/deepin-dock-plugin-weather/archive/5.3.tar.gz
+ md5sums = 62285a0d209e602a545e16070bf26d2b
pkgname = deepin-dock-plugin-weather-git
diff --git a/PKGBUILD b/PKGBUILD
index f1701dd605e3..09a5e230bedc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: CareF <CareF.lm@gmail.com>
pkgname=deepin-dock-plugin-weather-git
-pkgver=5.2
+pkgver=5.3
pkgrel=1
pkgdesc="A plugin for deepin dock, display weather information."
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/CareF/deepin-dock-plugin-weather"
depends=('deepin-dock')
makedepends=('git' 'qt5-base' 'dtkcore')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CareF/deepin-dock-plugin-weather/archive/${pkgver}.tar.gz")
-md5sums=('9ccbdeffe68796a0bb92d44ebdd38230')
+md5sums=('62285a0d209e602a545e16070bf26d2b')
_gitname=deepin-dock-plugin-weather
build() {