[arch-commits] Commit in blender/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Oct 5 04:55:58 UTC 2014
Date: Sunday, October 5, 2014 @ 06:55:57
Author: svenstaro
Revision: 120143
upgpkg: blender 14:2.72-1
upstream release 2.72
Modified:
blender/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-10-05 02:18:00 UTC (rev 120142)
+++ PKGBUILD 2014-10-05 04:55:57 UTC (rev 120143)
@@ -11,13 +11,13 @@
# or simply roll with a new version. I usually choose the latter when the former seems
# unreasonable.
-#_gittag=v2.71
-_gitcommit=d42c08
+_gittag=v2.72
+#_gitcommit=d42c08
pkgname=blender
-pkgver=2.71
+pkgver=2.72
[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=6
+pkgrel=1
epoch=14
pkgdesc="A fully integrated 3D graphics creation suite"
arch=('i686' 'x86_64')
@@ -41,7 +41,11 @@
else
source+=("${pkgname}-${pkgver}::git://git.blender.org/blender.git#commit=${_gitcommit}")
fi
-md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP')
+md5sums=('SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP')
prepare() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list