summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0strodamus2016-04-12 21:16:30 -0700
committer0strodamus2016-04-12 21:16:30 -0700
commit3d830c8cb204adb36c7df4097d32a7adaa0f28a1 (patch)
tree9a27b7e8a09ca0fc2ad82386c1af571e77f3073e
parent95a204f89650c5a1447f23b20d3d19ae09097779 (diff)
downloadaur-3d830c8cb204adb36c7df4097d32a7adaa0f28a1.tar.gz
really added parentheses to provides/conflicts/replaces this time
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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")