summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDušan Simić2022-11-12 17:20:09 +0100
committerDušan Simić2022-11-12 17:20:09 +0100
commit7cf7956d3cfe406b824940d5a4e8f9bae87f6710 (patch)
treeee27dac2934eaab7495f02bb40fd9d6b1cd8fc7a
parent5b284ee3469e433b647a0fac565d35a5a733fa4c (diff)
downloadaur-7cf7956d3cfe406b824940d5a4e8f9bae87f6710.tar.gz
Fix blueprint compiler issue
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49eb112f157c..17840a3cc237 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = health
pkgdesc = A health tracking app for the GNOME desktop
pkgver = 0.94.0
- pkgrel = 2
+ pkgrel = 3
url = https://gitlab.gnome.org/Cogitri/Health
arch = x86_64
license = GPL3
@@ -9,7 +9,9 @@ pkgbase = health
makedepends = meson
makedepends = rust
makedepends = blueprint-compiler
+ makedepends = python-gobject
depends = libadwaita
+ depends = gtk4
source = health-0.94.0.tar.gz::https://gitlab.gnome.org/Cogitri/Health/-/archive/0.94.0/Health-0.94.0.tar.gz
source = blueprint_version.patch
sha512sums = 2cf4314de185c2ad8c42cd51385e7b9ab895932a429e6afb2ece29f24da951b49cb5e8ef184c377cc48a1e6bf6f997c0cd539623a4c5603e91dff70219c4bcab
diff --git a/PKGBUILD b/PKGBUILD
index 780bbb25fe0e..fc1b437b7200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=health
_reponame=Health
pkgver=0.94.0
-pkgrel=2
+pkgrel=3
pkgdesc="A health tracking app for the GNOME desktop"
arch=(x86_64)
url=https://gitlab.gnome.org/Cogitri/Health
license=(GPL3)
-depends=(libadwaita)
+depends=(libadwaita gtk4)
checkdepends=(appstream-glib)
-makedepends=(meson rust blueprint-compiler)
+makedepends=(meson rust blueprint-compiler python-gobject)
source=("$pkgname-$pkgver.tar.gz::$url/-/archive/$pkgver/$_reponame-$pkgver.tar.gz"
"blueprint_version.patch")
sha512sums=('2cf4314de185c2ad8c42cd51385e7b9ab895932a429e6afb2ece29f24da951b49cb5e8ef184c377cc48a1e6bf6f997c0cd539623a4c5603e91dff70219c4bcab'