aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbartus2018-04-03 21:21:10 +0200
committerbartus2018-04-03 21:21:10 +0200
commitd880e753d1b7b8d59ef8ae2e3a9cf37e7da02d97 (patch)
treedc1c73a33289f5dd561070fb9a615bf02be4b5b0 /PKGBUILD
parent60cf727d906383059f7a4886a8830d8480e0d59b (diff)
downloadaur-d880e753d1b7b8d59ef8ae2e3a9cf37e7da02d97.tar.gz
drop openvdb4.revert.patch as it is no longer required
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d4b00c3dfaa8..da17076abead 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=blender-2.8-git
-pkgver=2.8_r74406.7ecc7c46af4
-pkgrel=1
+pkgver=2.8_r74789.cd6daea7d32
+pkgrel=2
pkgdesc="Development version of Blender 2.8 branch"
arch=('i686' 'x86_64')
url="http://blender.org/"
@@ -28,7 +28,7 @@ source=('git://git.blender.org/blender.git#branch=blender2.8' \
'blender-dev-tools.git::git://git.blender.org/blender-dev-tools.git' \
blender-2.8.desktop \
SelectCudaComputeArch.patch \
- openvdb4.revert.patch)
+ )
md5sums=('SKIP'
'SKIP'
'SKIP'
@@ -36,7 +36,7 @@ md5sums=('SKIP'
'SKIP'
'cd108dca1c77607c6a7cc45aa284ea97'
'9454ff7e994f72ead5027356e227cbd2'
- '449373d2fdf2af6b357101fc10e3d573')
+ )
# determine whether we can precompile CUDA kernels
_CUDA_PKG=`pacman -Qq cuda 2>/dev/null` || true
@@ -56,8 +56,7 @@ prepare() {
git submodule update --init --recursive
git submodule foreach git checkout master
git submodule foreach git pull --rebase origin master
- patch -Np1 -i ../SelectCudaComputeArch.patch
- patch -Np1 -i ../openvdb4.revert.patch
+ git apply ${srcdir}/SelectCudaComputeArch.patch
}
build() {