diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-24 02:52:46 -0200 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2014-10-24 02:52:46 -0200 |
commit | 7717ad777c794e94441b91ae8bccb2d152428719 (patch) | |
tree | 860ad6a3efa159a2ecbefa3287984f931d931d73 | |
parent | 59cb9c329c17cb28ecd76b3f7a460e406fbd05f1 (diff) | |
download | abslibre-7717ad777c794e94441b91ae8bccb2d152428719.tar.gz abslibre-7717ad777c794e94441b91ae8bccb2d152428719.tar.bz2 abslibre-7717ad777c794e94441b91ae8bccb2d152428719.zip |
blender: fix source rev
-rw-r--r-- | libre/blender/PKGBUILD | 11 |
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") |