summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdriĆ  Arrufat2022-01-10 05:02:02 +0900
committerAdriĆ  Arrufat2022-01-10 05:02:02 +0900
commit949dde59a50df3c2bfaa99ffb7a4ca197e11ef98 (patch)
tree47e07528e8036928fcedae840eb669ee8509014c
parent70851136b581c2a903d36320319d58b922de3bef (diff)
downloadaur-949dde59a50df3c2bfaa99ffb7a4ca197e11ef98.tar.gz
update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d56384c9317e..21b6c1f45922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnome-builder-git
pkgdesc = An IDE for writing GNOME-based software
- pkgver = 41.1+39+g725c6e135
+ pkgver = 42.alpha1+10+gc550764ec
pkgrel = 1
url = https://wiki.gnome.org/Apps/Builder
arch = i686
@@ -24,6 +24,7 @@ pkgbase = gnome-builder-git
depends = python-gobject
depends = clang
depends = desktop-file-utils
+ depends = libhandy-git
depends = ctags
depends = libpeas
depends = vte3
diff --git a/PKGBUILD b/PKGBUILD
index bdf1948a35f8..12da4efae912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=gnome-builder
pkgname=gnome-builder-git
-pkgver=41.1+39+g725c6e135
+pkgver=42.alpha1+10+gc550764ec
pkgrel=1
pkgdesc='An IDE for writing GNOME-based software'
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ url='https://wiki.gnome.org/Apps/Builder'
license=(GPL3)
conflicts=(gnome-builder)
provides=(gnome-builder)
-depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang desktop-file-utils
+depends=(gtksourceview4 devhelp libgit2-glib gjs python-gobject clang desktop-file-utils libhandy-git
ctags libpeas vte3 vala python-jedi autoconf-archive sysprof flatpak gspell libdazzle
template-glib jsonrpc-glib python-sphinx webkit2gtk glade sysprof libportal cmark)
makedepends=(intltool llvm gobject-introspection gtk-doc yelp-tools appstream-glib vala git
@@ -31,11 +31,9 @@ pkgver() {
build() {
arch-meson $_pkgname build \
--buildtype debugoptimized \
- -D with_docs=true \
- -D with_help=true \
- -D with_editorconfig=true \
- -D with_webkit=true \
- -D with_vapi=true
+ -D docs=true \
+ -D help=true \
+ -D plugin_editorconfig=true
ninja -C build
}