summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0strodamus2016-04-12 21:23:03 -0700
committer0strodamus2016-04-12 21:23:03 -0700
commitd973a3b998f0ade2063ba030c9e1d4dbf27ec011 (patch)
treef0b50e596eddfbc92137ebb2e2a94ea89d300879
parent95a204f89650c5a1447f23b20d3d19ae09097779 (diff)
downloadaur-d973a3b998f0ade2063ba030c9e1d4dbf27ec011.tar.gz
really added parentheses to provides/conflicts/replaces this time
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6607d712f73d..cc8665ab28cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Mar 22 17:31:09 UTC 2016
+# Wed Apr 13 04:22:43 UTC 2016
pkgbase = meld-gtk2
pkgdesc = Visual diff and merge tool
pkgver = 1.8.6
diff --git a/PKGBUILD b/PKGBUILD
index 587caa92d749..bfaaf8605512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,9 +18,9 @@ depends=('pygtk' 'hicolor-icon-theme' 'desktop-file-utils')
optdepends=('pygtksourceview2: syntax highlighting'
'python2-dbus: open a new tab in an already running instance'
'python2-gconf: gnome integration')
-provides=($_pkgname)
-conflicts=($_pkgname)
-replaces=($_pkgname)
+provides=('meld')
+conflicts=('meld')
+replaces=('meld')
options=('!emptydirs')
install=meld.install
source=("http://ftp.gnome.org/pub/gnome/sources/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")