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 9dc4d921087e..4cf9345bdd14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Emeric Grange <emeric.grange@gmail.com>
pkgname=watchflower
-pkgver=2.1
-pkgrel=2
+pkgver=3.0
+pkgrel=1
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"
@@ -11,7 +11,7 @@ depends=("qt5-base" "qt5-declarative" "qt5-quickcontrols2" "qt5-graphicaleffects
makedepends=("qt5-tools")
source=("https://github.com/emericg/WatchFlower/archive/v${pkgver}.zip")
-sha256sums=('0a5fdbef511e786f4ae598bcc7499e51c8b2f894a2b3320d9aa6f9ccd0a48d68')
+sha256sums=('31d7fd761772b93bb5c7bd9a8d0f2d177f87da1c7eb150c568529b39a2d0da79')
build() {
mkdir -p "WatchFlower-${pkgver}"