summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukáš Jirkovský2016-07-28 21:46:18 +0200
committerLukáš Jirkovský2016-07-28 21:46:18 +0200
commit726bb2a4953726c4edf300981ceb57e4aaa21471 (patch)
treecbffac356e70eb6f041c0a5abcd338c1542d9c37
parent59017ca2ba6b754fd0917381603f4fdbdc84e386 (diff)
downloadaur-726bb2a4953726c4edf300981ceb57e4aaa21471.tar.gz
fix build
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b750fad04f3d..162fcd35c48a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Jul 28 19:46:18 UTC 2016
pkgbase = blender-git
pkgdesc = Development version of Blender
- pkgver = 61559.3748bbf
+ pkgver = 65157.66552ca
pkgrel = 1
url = http://blender.org/
install = blender.install
@@ -28,15 +30,11 @@ pkgbase = blender-git
optdepends = cuda: CUDA support in Cycles
provides = blender
conflicts = blender
- noextract = blender-addons.git
- noextract = blender-addons-contrib.git
- noextract = blender-translations.git
- noextract = scons.git
source = git://git.blender.org/blender.git
source = blender-addons.git::git://git.blender.org/blender-addons.git
source = blender-addons-contrib.git::git://git.blender.org/blender-addons-contrib.git
source = blender-translations.git::git://git.blender.org/blender-translations.git
- source = scons.git::git://git.blender.org/scons.git
+ source = blender-dev-tools.git::git://git.blender.org/blender-dev-tools.git
source = blender.desktop
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1022f272bd3f..435b875ce449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=blender-git
-pkgver=61559.3748bbf
+pkgver=65157.66552ca
pkgrel=1
pkgdesc="Development version of Blender"
arch=('i686' 'x86_64')
@@ -23,13 +23,10 @@ source=('git://git.blender.org/blender.git' \
'blender-addons.git::git://git.blender.org/blender-addons.git' \
'blender-addons-contrib.git::git://git.blender.org/blender-addons-contrib.git' \
'blender-translations.git::git://git.blender.org/blender-translations.git' \
- 'scons.git::git://git.blender.org/scons.git' \
+ 'blender-dev-tools.git::git://git.blender.org/blender-dev-tools.git' \
blender.desktop)
md5sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP'
'e9c26e370839fd902eb76c98fe3b9589')
-# NOTE: add submodules to the noextract
-noextract=('blender-addons.git' 'blender-addons-contrib.git'
- 'blender-translations.git' 'scons.git')
# determine whether we can precompile CUDA kernels
_CUDA_PKG=`pacman -Qq cuda 2>/dev/null` || true