summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmeric2019-10-05 12:06:32 +0200
committerEmeric2019-10-05 12:06:32 +0200
commitcff7497e94f72fd19f05f4c2aa0ce1710fb71f21 (patch)
treef205344c6f0b386bd354b864d5be0c9b8fa7863f
parent0c8da322104f7ef1cd0ac93289836051d357aded (diff)
downloadaur-cff7497e94f72fd19f05f4c2aa0ce1710fb71f21.tar.gz
Update to v0.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a85f04d4e911..e482c0bb37bd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = watchflower
- pkgdesc = WatchFlower is a plant monitoring application that reads and plots datas from your Xiaomi / MiJia 'Flower Care' and 'Ropot' devices!
- pkgver = 0.7
+ pkgdesc = WatchFlower is a plant monitoring application that reads and plots datas from your Xiaomi / MiJia 'Flower Care' and 'Ropot' Bluetooth sensors and thermometers!
+ pkgver = 0.9
pkgrel = 1
url = https://github.com/emericg/WatchFlower
arch = i686
@@ -11,8 +11,8 @@ pkgbase = watchflower
depends = qt5-connectivity
depends = qt5-charts
depends = qt5-svg
- source = https://github.com/emericg/WatchFlower/archive/v0.7.zip
- sha256sums = 57c64c43c5030fe9f7fe8b88cc3dc3443a04dd66e6b331fb1f61c7919141066a
+ source = https://github.com/emericg/WatchFlower/archive/v0.9.zip
+ sha256sums = f759b2fe0ffe73945aca7e3ad727c69e8901c433ff0e8537815acc06ad7f5f81
pkgname = watchflower
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}"