summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2022-05-21 10:13:14 +1000
committerPete Alexandrou2022-05-21 10:13:14 +1000
commit6fd4e202ce98b8535f6663d8d12664809043c9c0 (patch)
tree5b31da4a313d4909d4c495465cba2f5978b4d378
parent659f2f5cd4d4f2357f337fd9efcd8dba30213e26 (diff)
downloadaur-6fd4e202ce98b8535f6663d8d12664809043c9c0.tar.gz
switch to mpv as mpv-git needs code changes not supported by earlier version. avoiding breaking stable builds for now
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5010894b65d1..f0e3bf9783a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vidcutter-git
pkgdesc = A modern and fast media cutter and joiner
pkgver = 6.0.5.1
- pkgrel = 6
+ pkgrel = 7
url = https://vidcutter.ozmartians.com
install = vidcutter-git.install
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = vidcutter-git
makedepends = tesseract-data-eng
depends = ffmpeg
depends = mediainfo
- depends = mpv-git
+ depends = mpv
depends = python-opengl
depends = python-pyqt5
depends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 66752eb66ddd..d3006fe3a890 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter-git
pkgver=6.0.5.1
-pkgrel=6
+pkgrel=7
pkgdesc='A modern and fast media cutter and joiner'
arch=('x86_64')
license=('GPL3')
url="https://vidcutter.ozmartians.com"
# source=(https://github.com/ozmartian/${pkgname%-git}/archive/${pkgver}.tar.gz)
source=(git+https://github.com/ozmartian/vidcutter.git)
-depends=('ffmpeg' 'mediainfo' 'mpv-git' 'python-opengl' 'python-pyqt5' 'python-setuptools' 'python-simplejson')
+depends=('ffmpeg' 'mediainfo' 'mpv' 'python-opengl' 'python-pyqt5' 'python-setuptools' 'python-simplejson')
makedepends=('python-setuptools' 'tesseract-data-eng')
install=${pkgname}.install
provides=('vidcutter')