summaryrefslogtreecommitdiff
path: root/nonprism/evolution-data-server-nonprism/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-16 00:13:48 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-05-16 00:28:15 -0300
commit3b9de5318d622ea0e0024bc62e15faaaf5c11542 (patch)
treeca92c66ce83abc8813c4c2886eecf8305b23131f /nonprism/evolution-data-server-nonprism/PKGBUILD
parent1396825900b1801ee18bf3037336cc64e97ac7b7 (diff)
add parentheses on provides, conflicts and replaces arrays to avoid get eval'd out of order
Diffstat (limited to 'nonprism/evolution-data-server-nonprism/PKGBUILD')
-rw-r--r--nonprism/evolution-data-server-nonprism/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/nonprism/evolution-data-server-nonprism/PKGBUILD b/nonprism/evolution-data-server-nonprism/PKGBUILD
index e6f82a78f..b9947bea1 100644
--- a/nonprism/evolution-data-server-nonprism/PKGBUILD
+++ b/nonprism/evolution-data-server-nonprism/PKGBUILD
@@ -13,8 +13,8 @@ install=$_pkgname.install
url="https://wiki.gnome.org/Apps/Evolution"
license=(GPL)
replaces=("$_pkgname" 'evolution-data-server-coherence')
-conflicts=$_pkgname
-provides=$_pkgname=$pkgver
+conflicts=($_pkgname)
+provides=($_pkgname=$pkgver)
source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz)
sha256sums=('91c95e17a8c1cd1086dafcd99a40bdf8f5993770f251f8b0a10e5395e3f5a3b6')