Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
opentimelineio
Commits:
afd9c335 by Antonio Rojas at 2024-06-25T08:21:37+02:00
upgpkg: 0.17.0-1: Update to 0.17.0
- - - - -
a8df29ba by Antonio Rojas at 2024-06-25T08:23:58+02:00
upgpkg: 0.17.0-1: Update to 0.17.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = opentimelineio
pkgdesc = Open Source API and interchange format for editorial timeline
information
- pkgver = 0.16.0
- pkgrel = 2
+ pkgver = 0.17.0
+ pkgrel = 1
url = http://opentimeline.io/
arch = x86_64
- license = Apache
+ license = Apache-2.0
makedepends = cmake
makedepends = git
makedepends = imath
@@ -17,9 +17,9 @@ pkgbase = opentimelineio
depends = glibc
depends = python
depends = python-aaf2
- source =
git+https://github.com/PixarAnimationStudios/OpenTimelineIO#tag=v0.16.0
+ source =
git+https://github.com/PixarAnimationStudios/OpenTimelineIO#tag=v0.17.0
source =
opentimelineio-rapidjson::git+https://github.com/Tencent/rapidjson
- sha256sums =
e9545959bdc9e9addb6a98fa4ef61c7d9fa3d4075115b098fcd5bcba179ae012
+ sha256sums =
f1ea4e60c1ab3ac5efeec77423629addee4e89ed382d0a41573e063eb26cbc21
sha256sums = SKIP
pkgname = opentimelineio
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Antonio Rojas <[email protected]>
pkgname=opentimelineio
-pkgver=0.16.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
pkgdesc='Open Source API and interchange format for editorial timeline
information'
url='http://opentimeline.io/'
license=(Apache-2.0)
@@ -21,7 +21,7 @@ makedepends=(cmake
python-wheel)
source=(git+https://github.com/PixarAnimationStudios/OpenTimelineIO#tag=v$pkgver
opentimelineio-rapidjson::git+https://github.com/Tencent/rapidjson)
-sha256sums=('e9545959bdc9e9addb6a98fa4ef61c7d9fa3d4075115b098fcd5bcba179ae012'
+sha256sums=('f1ea4e60c1ab3ac5efeec77423629addee4e89ed382d0a41573e063eb26cbc21'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opentimelineio/-/compare/b729f2cf059107cd26579a6d68dd0f190396fac7...a8df29ba004b44760db2b71d4361277523bf2221
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/opentimelineio/-/compare/b729f2cf059107cd26579a6d68dd0f190396fac7...a8df29ba004b44760db2b71d4361277523bf2221
You're receiving this email because of your account on gitlab.archlinux.org.