From 3b9de5318d622ea0e0024bc62e15faaaf5c11542 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 16 May 2014 00:13:48 -0300 Subject: add parentheses on provides, conflicts and replaces arrays to avoid get eval'd out of order --- pcr/expac-relative/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr/expac-relative/PKGBUILD') diff --git a/pcr/expac-relative/PKGBUILD b/pcr/expac-relative/PKGBUILD index 4f25e926b..42adc4c4c 100644 --- a/pcr/expac-relative/PKGBUILD +++ b/pcr/expac-relative/PKGBUILD @@ -11,8 +11,8 @@ pkgdesc="pacman database extraction utility, with dbpath and config options supp arch=('i686' 'x86_64' 'mips64el') url="http://github.com/falconindy/expac" license=('GPL') -conflicts=$_pkgname -provides=$_pkgname +conflicts=($_pkgname) +provides=($_pkgname) depends=('pacman') makedepends=('perl') source=("http://code.falconindy.com/archive/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.sig} -- cgit v1.2.3