summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormydongistiny2016-11-20 17:50:22 -0800
committermydongistiny2016-11-20 17:50:22 -0800
commitdff4b09827afa89ec12de55e05d4f6407f5c5976 (patch)
tree48885381c1df84b0f1ee8b5d9888aca8ba52e85f
parentb1c0da8236b9ee2d82440033a8ed4411627803e4 (diff)
downloadaur-dff4b09827afa89ec12de55e05d4f6407f5c5976.tar.gz
Remove python-gconf as it doesn't exist
Signed-off-by: mydongistiny <jaysonedson@gmail.com>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56c378b7a344..e75b0ab46b04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = meld-git
pkgdesc = Visual diff and merge tool
pkgver = 3.16.0.184.18ff8a6
- pkgrel = 2
+ pkgrel = 3
url = http://meldmerge.org/
install = meld.install
arch = any
@@ -18,7 +18,6 @@ pkgbase = meld-git
depends = gtksourceview3>=3.14
depends = python-cairo>=1.10.0-6
optdepends = python-dbus: open a new tab in an already running instance
- optdepends = python-gconf: gnome integration
provides = meld
conflicts = meld
replaces = meld
diff --git a/PKGBUILD b/PKGBUILD
index 75d618b504cb..febfc9307637 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=meld
pkgname=$_pkgname-git
pkgver=3.16.0.184.18ff8a6
-pkgrel=2
+pkgrel=3
_realver=3.16.0.16
pkgdesc='Visual diff and merge tool'
arch=('any')
@@ -17,8 +17,7 @@ depends=('python>=3.3'
'gtksourceview3>=3.14'
'python-cairo>=1.10.0-6')
makedepends=('intltool' 'gnome-doc-utils' 'git' 'itstool')
-optdepends=('python-dbus: open a new tab in an already running instance'
- 'python-gconf: gnome integration')
+optdepends=('python-dbus: open a new tab in an already running instance')
replaces=('meld')
provides=("meld=${_realver}")
conflicts=('meld-dev')