summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmeric2019-10-05 12:06:32 +0200
committerEmeric2019-10-05 12:06:32 +0200
commitcff7497e94f72fd19f05f4c2aa0ce1710fb71f21 (patch)
treef205344c6f0b386bd354b864d5be0c9b8fa7863f /PKGBUILD
parent0c8da322104f7ef1cd0ac93289836051d357aded (diff)
downloadaur-cff7497e94f72fd19f05f4c2aa0ce1710fb71f21.tar.gz
Update to v0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eac69c150c38..7e85ea09f9d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Emeric Grange <emeric.grange@gmail.com>
pkgname=watchflower
-pkgver=0.7
+pkgver=0.9
pkgrel=1
-pkgdesc="WatchFlower is a plant monitoring application that reads and plots datas from your Xiaomi / MiJia 'Flower Care' and 'Ropot' devices!"
+pkgdesc="WatchFlower is a plant monitoring application that reads and plots datas from your Xiaomi / MiJia 'Flower Care' and 'Ropot' Bluetooth sensors and thermometers!"
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")
makedepends=("qt5-tools")
source=("https://github.com/emericg/WatchFlower/archive/v${pkgver}.zip")
-sha256sums=('57c64c43c5030fe9f7fe8b88cc3dc3443a04dd66e6b331fb1f61c7919141066a')
+sha256sums=('f759b2fe0ffe73945aca7e3ad727c69e8901c433ff0e8537815acc06ad7f5f81')
build() {
mkdir -p "WatchFlower-${pkgver}"