summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmeric2019-02-22 18:38:36 +0100
committerEmeric2019-02-22 18:38:36 +0100
commit3b9545719a0d427c3540eae91c4ea0c142ffb2dc (patch)
treec44e2dd66c655999c32d4eac24e11313dc9e3247
parent72d4c1bade8f51c4a597624b76f306be43b59676 (diff)
downloadaur-3b9545719a0d427c3540eae91c4ea0c142ffb2dc.tar.gz
Update WatchFlower to version 0.5
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d8c0655f4d3..2cd0d5f001b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = watchflower
- pkgdesc = WatchFlower helps you read and plot datas from your Xiaomi 'Flower Care' devices!
- pkgver = 0.3
+ pkgdesc = WatchFlower is a plant monitoring application that reads and plots datas from your Xiaomi / Mijia 'Flower Care' and 'Ropot' devices!
+ pkgver = 0.5
pkgrel = 1
url = https://github.com/emericg/WatchFlower
arch = i686
@@ -12,8 +12,8 @@ pkgbase = watchflower
depends = qt5-charts
depends = qt5-svg
depends = sqlite
- source = https://github.com/emericg/WatchFlower/archive/v0.3.zip
- sha256sums = 425f2b6959b8e7f2cd4b7ec4076e4efeb7b6b49707941e6aaf035c3cefff0dc6
+ source = https://github.com/emericg/WatchFlower/archive/v0.5.zip
+ sha256sums = 3284a6eeaca8f754b518c0a57d5ae1d5338550c4a5739b6e1e228980b3f5b4d1
pkgname = watchflower
diff --git a/PKGBUILD b/PKGBUILD
index 6e8a6af7d965..7ab3cb92f5e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Emeric Grange <emeric.grange@gmail.com>
pkgname=watchflower
-pkgver=0.3
+pkgver=0.5
pkgrel=1
-pkgdesc="WatchFlower helps you read and plot datas from your Xiaomi 'Flower Care' devices!"
+pkgdesc="WatchFlower is a plant monitoring application that reads and plots datas from your Xiaomi / Mijia 'Flower Care' and 'Ropot' devices!"
arch=("i686" "x86_64")
url="https://github.com/emericg/WatchFlower"
license=("GPL3")
@@ -11,7 +11,7 @@ depends=("qt5-base" "qt5-connectivity" "qt5-charts" "qt5-svg" "sqlite")
makedepends=("qt5-tools")
source=("https://github.com/emericg/WatchFlower/archive/v${pkgver}.zip")
-sha256sums=('425f2b6959b8e7f2cd4b7ec4076e4efeb7b6b49707941e6aaf035c3cefff0dc6')
+sha256sums=('3284a6eeaca8f754b518c0a57d5ae1d5338550c4a5739b6e1e228980b3f5b4d1')
build() {
mkdir -p "WatchFlower-${pkgver}"