summaryrefslogtreecommitdiff
path: root/libre/blender
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-10-24 02:52:46 -0200
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2014-10-24 02:52:46 -0200
commit7717ad777c794e94441b91ae8bccb2d152428719 (patch)
tree860ad6a3efa159a2ecbefa3287984f931d931d73 /libre/blender
parent59cb9c329c17cb28ecd76b3f7a460e406fbd05f1 (diff)
blender: fix source rev
Diffstat (limited to 'libre/blender')
-rw-r--r--libre/blender/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/libre/blender/PKGBUILD b/libre/blender/PKGBUILD
index 8b66f211c..62b315d97 100644
--- a/libre/blender/PKGBUILD
+++ b/libre/blender/PKGBUILD
@@ -11,8 +11,9 @@
# or simply roll with a new version. I usually choose the latter when the former seems
# unreasonable.
-_git=yes
-_gittag=v2.72b
+_git=no
+_gittagver=v2.72
+_gittagrev=b
# blender: Tue, 21 Oct 2014 11:57:39 +0000 (17:57 +0600)
_gitcommit=9e963a
# blender-addons: Tue, 21 Oct 2014 19:48:21 +0000 (21:48 +0200)
@@ -55,9 +56,9 @@ conflicts=("$pkgbase-libre" "$pkgbase-libre-spacenav" "$pkgbase-spacenav-libre")
replaces=("$pkgbase-libre" "$pkgbase-libre-spacenav" "$pkgbase-spacenav-libre")
options=('!strip')
install="$pkgbase.install"
-[[ $_git == no ]] && source=("$pkgbase-$pkgver::git://git.$pkgbase.org/$pkgbase.git#tag=$_gittag"
- "$pkgbase-addons-$pkgver::git://git.$pkgbase.org/$pkgbase-addons.git#tag=$_gittag"
- "$pkgbase-translations-$pkgver::git://git.$pkgbase.org/$pkgbase-translations.git#tag=$_gittag")
+[[ $_git == no ]] && source=("$pkgbase-$pkgver::git://git.$pkgbase.org/$pkgbase.git#tag=$_gittagver$_gittagrev"
+ "$pkgbase-addons-$pkgver::git://git.$pkgbase.org/$pkgbase-addons.git#tag=$_gittagver"
+ "$pkgbase-translations-$pkgver::git://git.$pkgbase.org/$pkgbase-translations.git#tag=$_gittagver")
[[ $_git == yes ]] && source=("$pkgbase-$pkgver::git://git.$pkgbase.org/$pkgbase.git#commit=$_gitcommit"
"$pkgbase-addons-$pkgver::git://git.$pkgbase.org/$pkgbase-addons.git#commit=$_gitaddonscommit"
"$pkgbase-translations-$pkgver::git://git.$pkgbase.org/$pkgbase-translations.git#commit=$_gittranslationscommit")