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 16524a68770a..5ae520d24cfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=libmarble-git
_pkgname=marble
pkgver=1.3.0.r4.g6dcc6fe
-pkgrel=2
+pkgrel=3
pkgdesc="Custom GTK library"
arch=('x86_64')
url="https://gitlab.com/raggesilver/marble"
license=('GPL3')
depends=('glib2' 'gtk4')
-makedepends=('git' 'meson' 'vala')
+makedepends=('git' 'meson' 'gobject-introspection' 'python' 'vala')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=(git+$url.git#branch=wip/gtk4)