summaryrefslogtreecommitdiff
path: root/libre/blender
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-03 01:51:17 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-10-03 06:48:23 -0300
commitef573c88e887dbe3b29aa7b77d0211d67af21726 (patch)
treecc818406f92ecb34f6b15476afed3389a546abda /libre/blender
parente8e725f66c51f76e032581a36f87d2560cd0bd6d (diff)
blender: fix pkgname array
Diffstat (limited to 'libre/blender')
-rw-r--r--libre/blender/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD
index 820d03efa..685b6781b 100644
--- a/libre/blender/PKGBUILD
+++ b/libre/blender/PKGBUILD
@@ -25,7 +25,7 @@ _gitaddonscontribcommit='34dc9b5a6a5917db65ac589c40fe1b5fed3605d1'
_gittranslationscommit='4e1460519fb76d8fe4b838334d139a3e8d446827'
pkgbase='blender'
-pkgname=("{$pkgbase}" "${pkgbase}-addon-gimp" "${pkgbase}-addon-povray")
+pkgname=("${pkgbase}" "${pkgbase}-addon-gimp" "${pkgbase}-addon-povray")
if [ "${_git}" = 'yes' ]; then
pkgver="${_gittagver}.${_gitrev}.${_gitcommit}" # git commit
elif [ "${_git}" = 'no' ] && [ -z "${_gittagrev}" ]; then