summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-06-20 16:19:35 +0200
committerbartus2018-06-20 16:19:35 +0200
commitd3fede6b483c12d45e0a4b473cce1887f1a7a959 (patch)
treef6dee7b07b9d421371cf64af8a76faa46cb80b80 /PKGBUILD
parentb6b826e8a0a245ae8b0050e71f44d9f8e15fa62d (diff)
downloadaur-d3fede6b483c12d45e0a4b473cce1887f1a7a959.tar.gz
non conflicting patch: change version 2.79>2.81
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ccb499a058a9..8be2040016f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_branch="fracture_modifier"
_sufix=${_branch}
-_blenver=2.79
+_blenver=2.81
_fragment="#branch=${_branch}"
pkgname=blender-${_sufix}-git
pkgver=v2.79b.r2130.g9a21afd18d4
@@ -34,6 +34,7 @@ source=("git://git.blender.org/blender.git${_fragment}" \
blender-fracture_modifier.desktop \
SelectCudaComputeArch.patch \
gcc8.patch \
+ version.patch \
ffmpeg.patch \
openvdb.patch \
)
@@ -46,6 +47,7 @@ md5sums=('SKIP'
'0a4847775c9eec16a76ec7d3a03a678d'
'9454ff7e994f72ead5027356e227cbd2'
'df6f12c3327678b0a05f9e48e9ace67c'
+ '975cef0e17c77517ed8727701abc8a0c'
'bb325c8c879d677ad1f1c54797268716'
'fe709e616e52c1acc47c1cc0f77c2694')
@@ -71,6 +73,7 @@ prepare() {
git apply -v ${srcdir}/gcc8.patch
git apply -v ${srcdir}/ffmpeg.patch
git apply -v ${srcdir}/openvdb.patch
+ git apply -v ${srcdir}/version.patch
}
build() {