summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2024-04-07 09:13:05 -0300
committerDaniel Bermond2024-04-07 09:13:05 -0300
commit498e2c395613f9fa5ff79996e662821439a62ace (patch)
tree8dfe1cd33b412e1ff86d3a5629d462d1b72153fb
parent7d69c443745ad84c1102d561487eddfeb7e1fee1 (diff)
downloadaur-libopenshot-git.tar.gz
Update dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f67879ce2224..07586a125c8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libopenshot-git
pkgdesc = A high quality, open-source video editing, animation, and playback library for C++, Python, and Ruby (git version)
pkgver = 0.3.2.r61.ga9e34a9b
- pkgrel = 2
+ pkgrel = 3
url = https://www.openshot.org/
arch = x86_64
license = LGPL-3.0-or-later
@@ -17,7 +17,6 @@ pkgbase = libopenshot-git
makedepends = python-setuptools
makedepends = swig
makedepends = unittestpp
- makedepends = xorg-server-xvfb
makedepends = zeromq
depends = babl
depends = gcc-libs
diff --git a/PKGBUILD b/PKGBUILD
index 2d247a7530f3..9ee281ef0272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=libopenshot-git
pkgver=0.3.2.r61.ga9e34a9b
-pkgrel=2
+pkgrel=3
pkgdesc='A high quality, open-source video editing, animation, and playback library for C++, Python, and Ruby (git version)'
arch=('x86_64')
url='https://www.openshot.org/'
@@ -31,7 +31,6 @@ makedepends=(
'python-setuptools'
'swig'
'unittestpp'
- 'xorg-server-xvfb'
'zeromq'
)
provides=('libopenshot' 'libopenshot.so')