[arch-commits] Commit in blender/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Fri May 11 14:59:29 UTC 2018


    Date: Friday, May 11, 2018 @ 14:59:28
  Author: svenstaro
Revision: 320787

upgpkg: blender 17:2.79.b.git2.0385b33f-11

Fix monster pkgver

Modified:
  blender/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-11 14:50:51 UTC (rev 320786)
+++ PKGBUILD	2018-05-11 14:59:28 UTC (rev 320787)
@@ -16,8 +16,8 @@
 
 pkgname=blender
 pkgver=2.79.b
-[[ -n $_gitcommit ]] && pkgver=${pkgver}.git1.${_gitcommit}
-pkgrel=10
+[[ -n $_gitcommit ]] && pkgver=${pkgver}.git2.${_gitcommit:0:8}
+pkgrel=11
 epoch=17
 pkgdesc="A fully integrated 3D graphics creation suite"
 arch=('x86_64')



More information about the arch-commits mailing list