aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2021-04-23 15:04:29 +0200
committerbartus2021-04-23 15:04:29 +0200
commitcc3a983bcf2cade0e61e1042a9691e7d9e60b0b9 (patch)
tree6ffd51ed601e8edfd376bd63d006853aafa3dd14
parent216bcfadb523e8b0b96ebb1522ef0614c2a8528f (diff)
downloadaur-cc3a983bcf2cade0e61e1042a9691e7d9e60b0b9.tar.gz
Update usd python patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--usd_python.patch2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27ac58bd9c3e..021f07c8ee2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blender-2.91-git
pkgdesc = Development version of Blender (non-conflicting version)
pkgver = 2.91.r101197.g5be9ef41770
- pkgrel = 1
+ pkgrel = 2
url = https://blender.org/
changelog = blender.changelog
arch = i686
@@ -50,7 +50,7 @@ pkgbase = blender-2.91-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = 66b9bf3db441f35119ef0eb5f855142f2e773e8002ac0216e056bcc6f8ac409c
- sha256sums = 12bd6db5c1fe14244fd7321e3d740941a36aa545ec21b02325e7553c9214778a
+ sha256sums = 333b6fd864d55da2077bc85c55af1a27d4aee9764a1a839df26873a9f19b8703
sha256sums = 6249892f99ffd960e36f43fb893c14e2f8e4dd1d901b9581d25882e865f2603f
pkgname = blender-2.91-git
diff --git a/PKGBUILD b/PKGBUILD
index 97af5dc9557c..a978f95d9389 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ _CMAKE_FLAGS+=( -DWITH_ALEMBIC_HDF5=ON )
pkgname=blender-${_ver}-git
pkgver=2.91.r101197.g5be9ef41770
-pkgrel=1
+pkgrel=2
pkgdesc="Development version of Blender (non-conflicting version)"
changelog=blender.changelog
arch=('i686' 'x86_64')
@@ -54,7 +54,7 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'66b9bf3db441f35119ef0eb5f855142f2e773e8002ac0216e056bcc6f8ac409c'
- '12bd6db5c1fe14244fd7321e3d740941a36aa545ec21b02325e7553c9214778a'
+ '333b6fd864d55da2077bc85c55af1a27d4aee9764a1a839df26873a9f19b8703'
'6249892f99ffd960e36f43fb893c14e2f8e4dd1d901b9581d25882e865f2603f')
pkgver() {
diff --git a/usd_python.patch b/usd_python.patch
index a72d75cd6f0e..8cf7e8fcbbd4 100644
--- a/usd_python.patch
+++ b/usd_python.patch
@@ -7,7 +7,7 @@ index ac570f17e47..505aa97934c 100644
list(APPEND __boost_packages iostreams)
endif()
+ if(WITH_USD)
-+ list(APPEND __boost_packages python27)
++ list(APPEND __boost_packages python)
+ endif()
list(APPEND __boost_packages system)
find_package(Boost 1.48 COMPONENTS ${__boost_packages})