summaryrefslogtreecommitdiff
path: root/pcr/python2-renpy/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 /pcr/python2-renpy/PKGBUILD
parent1396825900b1801ee18bf3037336cc64e97ac7b7 (diff)
add parentheses on provides, conflicts and replaces arrays to avoid get eval'd out of order
Diffstat (limited to 'pcr/python2-renpy/PKGBUILD')
-rw-r--r--pcr/python2-renpy/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/python2-renpy/PKGBUILD b/pcr/python2-renpy/PKGBUILD
index a637bc5ff..4e121a4d9 100644
--- a/pcr/python2-renpy/PKGBUILD
+++ b/pcr/python2-renpy/PKGBUILD
@@ -20,7 +20,7 @@ depends=(
python2-pygame=1.9.1
)
makedepends='python2>=2.7'
-provides="python-$_pkgname=$pkgver"
+provides=("python-$_pkgname=$pkgver")
conflicts=(
python-$_pkgname
"$_pkgname<$pkgver"