summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmeric2019-06-18 11:10:03 +0200
committerEmeric2019-06-18 11:10:03 +0200
commit8b4a1be41aae3ac0abd02d3f600658cc467bd895 (patch)
tree9656af53b5fa4c9aa594990c4c2835f9b96b9286
parent3b9545719a0d427c3540eae91c4ea0c142ffb2dc (diff)
downloadaur-8b4a1be41aae3ac0abd02d3f600658cc467bd895.tar.gz
Update WatchFlower to v0.6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cd0d5f001b4..3d694ce4e580 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.5
+ pkgdesc = WatchFlower is a plant monitoring application that reads and plots datas from your Xiaomi / MiJia 'Flower Care' and 'Ropot' devices!
+ pkgver = 0.6
pkgrel = 1
url = https://github.com/emericg/WatchFlower
arch = i686
@@ -11,9 +11,8 @@ pkgbase = watchflower
depends = qt5-connectivity
depends = qt5-charts
depends = qt5-svg
- depends = sqlite
- source = https://github.com/emericg/WatchFlower/archive/v0.5.zip
- sha256sums = 3284a6eeaca8f754b518c0a57d5ae1d5338550c4a5739b6e1e228980b3f5b4d1
+ source = https://github.com/emericg/WatchFlower/archive/v0.6.zip
+ sha256sums = 43cf1265ccf4274fdfedd941cbcc131830aee434d5f1d36bc441cb85bf923f50
pkgname = watchflower
diff --git a/PKGBUILD b/PKGBUILD
index 7ab3cb92f5e5..1f7c5910a117 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Emeric Grange <emeric.grange@gmail.com>
pkgname=watchflower
-pkgver=0.5
+pkgver=0.6
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' devices!"
arch=("i686" "x86_64")
url="https://github.com/emericg/WatchFlower"
license=("GPL3")
-depends=("qt5-base" "qt5-connectivity" "qt5-charts" "qt5-svg" "sqlite")
+depends=("qt5-base" "qt5-connectivity" "qt5-charts" "qt5-svg")
makedepends=("qt5-tools")
source=("https://github.com/emericg/WatchFlower/archive/v${pkgver}.zip")
-sha256sums=('3284a6eeaca8f754b518c0a57d5ae1d5338550c4a5739b6e1e228980b3f5b4d1')
+sha256sums=('43cf1265ccf4274fdfedd941cbcc131830aee434d5f1d36bc441cb85bf923f50')
build() {
mkdir -p "WatchFlower-${pkgver}"