summaryrefslogtreecommitdiff
path: root/pcr/expac-relative
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 /pcr/expac-relative
parent1396825900b1801ee18bf3037336cc64e97ac7b7 (diff)
add parentheses on provides, conflicts and replaces arrays to avoid get eval'd out of order
Diffstat (limited to 'pcr/expac-relative')
-rw-r--r--pcr/expac-relative/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}