summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2019-01-01 16:53:41 +0100
committerPhilip Goto2019-01-01 16:53:41 +0100
commit3fb5223b0e89282b91d89a083e77bd487486de16 (patch)
tree5f5d349a1a0fbb41312fa904bda9db6d267938d3
parentfd38f52bc8621477972ad7cb3c40eb06418721cb (diff)
downloadaur-3fb5223b0e89282b91d89a083e77bd487486de16.tar.gz
Fix dependencies
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 172fb29a2149..d670f20898b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gedit-git
pkgdesc = GNOME Text Editor
pkgver = 3.31.3.r8.g141e7be53
- pkgrel = 1
+ pkgrel = 2
url = https://wiki.gnome.org/Apps/Gedit
arch = x86_64
groups = gnome
@@ -13,12 +13,10 @@ pkgbase = gedit-git
makedepends = gnome-common
makedepends = git
makedepends = gtk-doc
- depends = gtksourceview3
- depends = gsettings-desktop-schemas
+ depends = gtksourceview4
depends = libpeas
depends = gspell
depends = python-gobject
- depends = dconf
optdepends = gedit-plugins: Additional features
provides = gedit
conflicts = gedit
diff --git a/PKGBUILD b/PKGBUILD
index 44d9b53e04cc..3ea28d992780 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=gedit-git
pkgver=3.31.3.r8.g141e7be53
-pkgrel=1
+pkgrel=2
pkgdesc="GNOME Text Editor"
url="https://wiki.gnome.org/Apps/Gedit"
arch=(x86_64)
license=(GPL)
-depends=(gtksourceview3 gsettings-desktop-schemas libpeas gspell python-gobject dconf)
+depends=(gtksourceview4 libpeas gspell python-gobject)
makedepends=(yelp-tools intltool vala gobject-introspection gnome-common git gtk-doc)
provides=(gedit)
conflicts=(gedit)