summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 762f395128c3..b8afc7615578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Emeric Grange <emeric.grange@gmail.com>
pkgname=watchflower
-pkgver=0.10
+pkgver=0.11
pkgrel=1
-pkgdesc="WatchFlower is a plant monitoring application that reads and plots datas from your Xiaomi / MiJia 'Flower Care' and 'Ropot' Bluetooth sensors and thermometers!"
+pkgdesc="WatchFlower is a plant monitoring application that reads and plots data 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=('74565d4995696f861244b1db35dfd6498d0b5af35a2339ae1a286cec742c9d93')
+sha256sums=('899697c3d2db869378bb278b8a77fa0cdfafe81ca0689b3d7252e6dca7a79ca2')
build() {
mkdir -p "WatchFlower-${pkgver}"