summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2020-02-02 03:27:37 -0300
committerTércio Martins2020-02-02 03:27:37 -0300
commitad790965451bc7af3adccaee7435e2d6d84e1484 (patch)
tree636d059282a8580e66551bed249f706aa73bd77b
parent3dc7d48ae6df1a41fa157499d6e2e162532c89ee (diff)
downloadaur-ad790965451bc7af3adccaee7435e2d6d84e1484.tar.gz
Update to commit 9b7cbb3f
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6edaacaa6fcd..3fcdb48889af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
pkgbase = olive-git
pkgdesc = Free non-linear video editor
- pkgver = continuous.r33.g5e0e0334
+ pkgver = continuous.r970.g9b7cbb3f
pkgrel = 1
url = https://www.olivevideoeditor.org/
arch = i686
+ arch = pentium4
arch = x86_64
license = GPL3
makedepends = cmake
makedepends = git
makedepends = qt5-tools
depends = ffmpeg
- depends = opencolorio
+ depends = openimageio
depends = qt5-multimedia
- depends = qt5-svg
provides = olive
conflicts = olive
- source = git+https://github.com/olive-editor/olive#commit=5e0e0334
+ source = git+https://github.com/olive-editor/olive.git
sha512sums = SKIP
pkgname = olive-git
diff --git a/PKGBUILD b/PKGBUILD
index 4435890ca3e1..37c3abe80854 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=olive-git
_pkgname=olive
-pkgver=continuous.r33.g5e0e0334
-_commit=5e0e0334
+pkgver=continuous.r970.g9b7cbb3f
+_commit=9b7cbb3f
pkgrel=1
-arch=('i686' 'x86_64')
+arch=('i686' 'pentium4' 'x86_64')
pkgdesc="Free non-linear video editor"
url="https://www.olivevideoeditor.org/"
license=('GPL3')
-depends=('ffmpeg' 'opencolorio' 'qt5-multimedia' 'qt5-svg')
+depends=('ffmpeg' 'openimageio' 'qt5-multimedia')
makedepends=('cmake' 'git' 'qt5-tools')
# Temporarily, the "olive-git" package is incompatible
@@ -20,7 +20,7 @@ makedepends=('cmake' 'git' 'qt5-tools')
provides=('olive')
conflicts=('olive')
-source=("git+https://github.com/olive-editor/olive#commit=$_commit")
+source=("git+https://github.com/olive-editor/olive.git")
sha512sums=('SKIP')
pkgver() {