summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCareF2020-06-06 19:28:08 -0400
committerCareF2020-06-06 19:28:08 -0400
commit672a92b5d271d6f34218c7d84f6e688bd6ae5738 (patch)
tree382a5e5bcfc6e23163ea4698d35c7cc3da987979
parent875685eeafc6fff716e96b59debfced661ef7680 (diff)
downloadaur-672a92b5d271d6f34218c7d84f6e688bd6ae5738.tar.gz
update to 5.7
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5caaa781cb70..aba18a7ecf72 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = deepin-dock-plugin-weather-git
pkgdesc = A plugin for deepin dock, display weather information.
- pkgver = 5.3.1
+ pkgver = 5.7
pkgrel = 1
- url = https://github.com/CareF/deepin-dock-plugin-weather
+ url = https://github.com/sonichy/WEATHER_DDE_DOCK
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
+ source = deepin-dock-plugin-weather-git-v5.7(DeepinV20).tar.gz::https://github.com/sonichy/WEATHER_DDE_DOCK/archive/v5.7(DeepinV20).tar.gz
+ md5sums = 558a991d2d0d14ec1f9c5fcd4913ebef
pkgname = deepin-dock-plugin-weather-git
diff --git a/PKGBUILD b/PKGBUILD
index 1baf69ac7558..ee464e20dd8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
# Maintainer: CareF <CareF.lm@gmail.com>
pkgname=deepin-dock-plugin-weather-git
-pkgver=5.3.1
+pkgver=5.7
+gitver="v5.7(DeepinV20)"
pkgrel=1
pkgdesc="A plugin for deepin dock, display weather information."
arch=('x86_64')
-url="https://github.com/CareF/deepin-dock-plugin-weather"
+url="https://github.com/sonichy/WEATHER_DDE_DOCK"
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=('ceef2d3bc03643eb1273d2cbff9bc591')
-_gitname=deepin-dock-plugin-weather
+source=("${pkgname}-${gitver}.tar.gz::https://github.com/sonichy/WEATHER_DDE_DOCK/archive/${gitver}.tar.gz")
+md5sums=('558a991d2d0d14ec1f9c5fcd4913ebef')
+_gitname=WEATHER_DDE_DOCK
build() {
qmake "$srcdir/$_gitname-$pkgver"