Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
opensubdiv
Commits:
b94581ef by Sven-Hendrik Haase at 2025-08-13T18:13:26+02:00
upgpkg: 3.6.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = opensubdiv
pkgdesc = An Open-Source subdivision surface library
- pkgver = 3.6.0
- pkgrel = 2
+ pkgver = 3.6.1
+ pkgrel = 1
url = http://graphics.pixar.com/opensubdiv
arch = x86_64
license = Apache-2.0
@@ -23,7 +23,7 @@ pkgbase = opensubdiv
depends = libxi
options = !lto
options = staticlibs
- source =
https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_6_0.tar.gz
- sha512sums =
a976733a26e2c0f6510f59d4372b1b33f5404a9d536bcbd6ae3a1a0ffd1bba5495df7108bebc854d5c069575772c97c0d00f0f16f79e87611376ba84e9ae7a4b
+ source =
https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v3_6_1.tar.gz
+ sha512sums =
afc30951642d978c7fd82549f0b03eae7dbf4f28642cf7e42e4a09ac550e111555c391f21dee239d5ee5522b758038d2cc7553fe2db818dad6dcf2ab5fd22358
pkgname = opensubdiv
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <[email protected]>
pkgname=opensubdiv
-pkgver=3.6.0
-pkgrel=2
+pkgver=3.6.1
+pkgrel=1
pkgdesc="An Open-Source subdivision surface library"
arch=(x86_64)
url="http://graphics.pixar.com/opensubdiv"
@@ -9,7 +9,7 @@ license=('Apache-2.0')
depends=('ptex' 'intel-tbb' 'libxcursor' 'xorg-xrandr' 'libxinerama' 'libxi')
makedepends=('cmake' 'doxygen' 'glfw' 'glew' 'python' 'python-pygments'
'python-docutils' 'opencl-headers' 'cuda' 'libglvnd')
source=("https://github.com/PixarAnimationStudios/OpenSubdiv/archive/v${pkgver//./_}.tar.gz")
-sha512sums=('a976733a26e2c0f6510f59d4372b1b33f5404a9d536bcbd6ae3a1a0ffd1bba5495df7108bebc854d5c069575772c97c0d00f0f16f79e87611376ba84e9ae7a4b')
+sha512sums=('afc30951642d978c7fd82549f0b03eae7dbf4f28642cf7e42e4a09ac550e111555c391f21dee239d5ee5522b758038d2cc7553fe2db818dad6dcf2ab5fd22358')
options=(!lto staticlibs)
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensubdiv/-/commit/b94581ef4c1b03799337016f813552768e569c99
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opensubdiv/-/commit/b94581ef4c1b03799337016f813552768e569c99
You're receiving this email because of your account on gitlab.archlinux.org.