diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-16 00:13:48 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-16 00:28:15 -0300 |
commit | 3b9de5318d622ea0e0024bc62e15faaaf5c11542 (patch) | |
tree | ca92c66ce83abc8813c4c2886eecf8305b23131f /nonprism/gnome-online-accounts-nonprism | |
parent | 1396825900b1801ee18bf3037336cc64e97ac7b7 (diff) |
add parentheses on provides, conflicts and replaces arrays to avoid get eval'd out of order
Diffstat (limited to 'nonprism/gnome-online-accounts-nonprism')
-rw-r--r-- | nonprism/gnome-online-accounts-nonprism/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nonprism/gnome-online-accounts-nonprism/PKGBUILD b/nonprism/gnome-online-accounts-nonprism/PKGBUILD index e47cd4c98..530581e35 100644 --- a/nonprism/gnome-online-accounts-nonprism/PKGBUILD +++ b/nonprism/gnome-online-accounts-nonprism/PKGBUILD @@ -11,7 +11,7 @@ arch=(i686 x86_64 mips64el) url="http://www.gnome.org" license=('GPL') provides=("$_pkgname=$pkgver") -conflicts=$_pkgname +conflicts=($_pkgname) replaces=($_pkgname $pkgname-coherence) depends=('webkitgtk' 'json-glib' 'libnotify' 'rest' 'hicolor-icon-theme' 'libsecret' 'telepathy-glib' 'krb5' 'gcr') |