summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author0strodamus2016-03-22 10:32:42 -0700
committer0strodamus2016-03-22 10:32:42 -0700
commit95a204f89650c5a1447f23b20d3d19ae09097779 (patch)
tree9542550f4c25e9acb91a7e507b5364a8f32b8005
parent8ddd72fe5f8fecc95f97fb79ad0d094100be0fd7 (diff)
downloadaur-95a204f89650c5a1447f23b20d3d19ae09097779.tar.gz
added parentheses to provides/conflicts/replaces
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65c725507fa0..6607d712f73d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 20:30:53 UTC 2015
+# Tue Mar 22 17:31:09 UTC 2016
pkgbase = meld-gtk2
pkgdesc = Visual diff and merge tool
pkgver = 1.8.6
diff --git a/PKGBUILD b/PKGBUILD
index f7bc87ed0746..587caa92d749 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=($_pkgname)
+conflicts=($_pkgname)
+replaces=($_pkgname)
options=('!emptydirs')
install=meld.install
source=("http://ftp.gnome.org/pub/gnome/sources/${_pkgname}/${pkgver%.*}/${_pkgname}-${pkgver}.tar.xz")