summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCareF2019-01-10 22:20:32 -0500
committerCareF2019-01-10 22:20:32 -0500
commit591b57f55b8bfef1bab177bff2f835be18aee7c0 (patch)
treec88b4211ee9cfb313a29916b275ee30d699932e3
parentfe7ab9d04069a4bb5242665e362f3227c8e0dc4f (diff)
downloadaur-591b57f55b8bfef1bab177bff2f835be18aee7c0.tar.gz
update to 5.3.1
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD6
2 files changed, 18 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 781b357607ad..951bce95b482 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,3 +13,18 @@ pkgbase = deepin-dock-plugin-weather-git
pkgname = deepin-dock-plugin-weather-git
+pkgbase = deepin-dock-plugin-weather-git
+ pkgdesc = A plugin for deepin dock, display weather information.
+ pkgver = 5.3.1
+ pkgrel = 1
+ url = https://github.com/CareF/deepin-dock-plugin-weather
+ arch = x86_64
+ makedepends = git
+ makedepends = qt5-base
+ makedepends = dtkcore
+ depends = deepin-dock
+ source = deepin-dock-plugin-weather-git-5.3.1.tar.gz::https://github.com/CareF/deepin-dock-plugin-weather/archive/5.3.1.tar.gz
+ md5sums = ceef2d3bc03643eb1273d2cbff9bc591
+
+pkgname = deepin-dock-plugin-weather-git
+
diff --git a/PKGBUILD b/PKGBUILD
index b144a5de271d..1baf69ac7558 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: CareF <CareF.lm@gmail.com>
pkgname=deepin-dock-plugin-weather-git
-pkgver=5.3
-pkgrel=2
+pkgver=5.3.1
+pkgrel=1
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' 'dtkcore')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/CareF/deepin-dock-plugin-weather/archive/${pkgver}.tar.gz")
-md5sums=('62285a0d209e602a545e16070bf26d2b')
+md5sums=('ceef2d3bc03643eb1273d2cbff9bc591')
_gitname=deepin-dock-plugin-weather
build() {