summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIgor Dyatlov2022-07-25 14:10:15 +0300
committerIgor Dyatlov2022-07-25 14:10:15 +0300
commit4ea822faa4bc1f82edd11f4a754a47491c3a5423 (patch)
tree3f3ec63b3865dd5411cf74943ca8e85ecb078840 /PKGBUILD
parent8c4d46541db16515d667f6b0bfc3128e0838332b (diff)
downloadaur-libmarble-git.tar.gz
Updates
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)