summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 03fd90ee9981..9dc4d921087e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=watchflower
pkgver=2.1
-pkgrel=1
+pkgrel=2
pkgdesc="WatchFlower is a plant monitoring application that reads and plots data from compatible Bluetooth sensors like Xiaomi 'Flower Care' or Parrot 'Flower Power'!"
arch=("x86_64" "i686")
url="https://github.com/emericg/WatchFlower"
license=("GPL3")
-depends=("qt5-base" "qt5-connectivity" "qt5-charts" "qt5-svg")
+depends=("qt5-base" "qt5-declarative" "qt5-quickcontrols2" "qt5-graphicaleffects" "qt5-connectivity" "qt5-charts" "qt5-svg")
makedepends=("qt5-tools")
source=("https://github.com/emericg/WatchFlower/archive/v${pkgver}.zip")