summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b24039c1855c..19dd2f1efee5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = gnome-builder-git
makedepends = intltool
depends = gtksourceview3-git
depends = gtk3
- depends = libpeas-git
+ depends = libpeas
depends = gsettings-desktop-schemas
depends = dconf
depends = devhelp
diff --git a/PKGBUILD b/PKGBUILD
index 15fc54430b07..d3984739bfca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('i686' 'x86_64')
url="https://wiki.gnome.org/Apps/Builder"
license=(GPL)
conflicts=(gnome-builder)
-depends=('gtksourceview3-git' 'gtk3' 'libpeas-git' 'gsettings-desktop-schemas' 'dconf' 'devhelp' 'glade' 'webkit2gtk' 'gtk-doc' 'clang' 'gjs'
+depends=('gtksourceview3-git' 'gtk3' 'libpeas' 'gsettings-desktop-schemas' 'dconf' 'devhelp' 'glade' 'webkit2gtk' 'gtk-doc' 'clang' 'gjs'
'libgit2-glib-git' 'glib2-git')
makedepends=('gnome-common-git' 'gobject-introspection-git' 'llvm' 'intltool')
install=gnome-builder.install