summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIvan Semkin2018-02-17 23:16:46 +0300
committerIvan Semkin2018-02-17 23:16:46 +0300
commit9ce844f96aa7d73f6ad0b629584082e9f14f6ad7 (patch)
treeb8d237c3ea13a45a791722a506e68279ad4e04e7 /PKGBUILD
parenta5c929c6493a1e746649a28e0ef76c91f89b29fc (diff)
downloadaur-9ce844f96aa7d73f6ad0b629584082e9f14f6ad7.tar.gz
Don't explicitly depend on gobject-introspection-git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 647701e0ae19..d0c65339f6b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=(GPL)
conflicts=(gnome-builder)
depends=('gtksourceview3-git' 'gtk3' 'libpeas' 'gsettings-desktop-schemas' 'dconf' 'devhelp' 'glade' 'webkit2gtk' 'gtk-doc' 'clang' 'gjs'
'libgit2-glib-git' 'glib2')
-makedepends=('gnome-common-git' 'gobject-introspection-git' 'llvm' 'intltool')
+makedepends=('gnome-common-git' 'gobject-introspection' 'llvm' 'intltool')
install=gnome-builder.install
source=('git+git://git.gnome.org/gnome-builder')
sha256sums=('SKIP')