summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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