From 132b84edd6f4e94d2cd0f590d1e33113dff60eed Mon Sep 17 00:00:00 2001 From: kth5 Date: Fri, 2 Aug 2024 02:43:55 +0200 Subject: [PATCH] * update opentimelineio to 0.17.0-1 --- opentimelineio/.SRCINFO | 10 +++++----- opentimelineio/PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/opentimelineio/.SRCINFO b/opentimelineio/.SRCINFO index 0405dc7348..4b2b4feb5a 100644 --- a/opentimelineio/.SRCINFO +++ b/opentimelineio/.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 diff --git a/opentimelineio/PKGBUILD b/opentimelineio/PKGBUILD index 9945624c1d..c2ffcbaa5b 100644 --- a/opentimelineio/PKGBUILD +++ b/opentimelineio/PKGBUILD @@ -2,8 +2,8 @@ # Maintainer: Antonio Rojas 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) @@ -22,7 +22,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() {