summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmeric2019-02-22 18:38:36 +0100
committerEmeric2019-02-22 18:38:36 +0100
commit3b9545719a0d427c3540eae91c4ea0c142ffb2dc (patch)
treec44e2dd66c655999c32d4eac24e11313dc9e3247 /PKGBUILD
parent72d4c1bade8f51c4a597624b76f306be43b59676 (diff)
downloadaur-3b9545719a0d427c3540eae91c4ea0c142ffb2dc.tar.gz
Update WatchFlower to version 0.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"