summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEmeric2020-04-26 14:13:47 +0200
committerEmeric2020-04-26 14:13:47 +0200
commit76b388ce6f5bc26cedda963c7c913e26cecbc382 (patch)
tree42015b3de81cb92bf3f8d845346f16a98bccc40d /PKGBUILD
parent80e16ec9778ac06e2302c742b1318256957e1548 (diff)
downloadaur-76b388ce6f5bc26cedda963c7c913e26cecbc382.tar.gz
Update to 0.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b8afc7615578..227174166c87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Emeric Grange <emeric.grange@gmail.com>
pkgname=watchflower
-pkgver=0.11
+pkgver=0.12
pkgrel=1
-pkgdesc="WatchFlower is a plant monitoring application that reads and plots data 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 '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=('899697c3d2db869378bb278b8a77fa0cdfafe81ca0689b3d7252e6dca7a79ca2')
+sha256sums=('fda30fb13147808db0d7c23fa6e67915cfaeaa6411b994e3c901e8ef78833130')
build() {
mkdir -p "WatchFlower-${pkgver}"