summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-05-04 00:13:13 +0800
committerPete Alexandrou2017-05-04 00:13:13 +0800
commit99e8718f658d83573298eab3299a449b617dd087 (patch)
tree70453f3461435afcaf038466b2547b700c4a128d
parent72b43a724167a30f93377ea49952bd366b1c5d7b (diff)
downloadaur-99e8718f658d83573298eab3299a449b617dd087.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cdde4ecc49dc..30a9571673d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vidcutter-git
pkgdesc = The simplest & sexiest tool for cutting and joining your videos without the need for re-encoding or a diploma in multimedia.
- pkgver = 3.2.0rc7.r22.g3a35632
+ pkgver = 3.2.0rc7.r32.ga3174b2
pkgrel = 1
url = http://vidcutter.ozmartians.com
install = vidcutter-git.install
@@ -11,7 +11,6 @@ pkgbase = vidcutter-git
depends = mpv
depends = ffmpeg
depends = mediainfo
- optdepends = ffmpeg2.8
provides = vidcutter-git
conflicts = vidcutter
source = vidcutter-git::git+https://github.com/ozmartian/vidcutter.git
diff --git a/PKGBUILD b/PKGBUILD
index bdf3cb76ff92..e58e177476a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter-git
_pkgname=vidcutter
-pkgver=3.2.0rc7.r22.g3a35632
+pkgver=3.2.0rc7.r32.ga3174b2
pkgrel=1
pkgdesc="The simplest & sexiest tool for cutting and joining your videos without the need for re-encoding or a diploma in multimedia."
arch=('any')
@@ -9,7 +9,6 @@ license=('GPL3')
url="http://vidcutter.ozmartians.com"
source=(vidcutter-git::git+https://github.com/ozmartian/vidcutter.git)
depends=('python-pyqt5' 'mpv' 'ffmpeg' 'mediainfo')
-optdepends=('ffmpeg2.8')
makedepends=('python-setuptools')
install=${pkgname}.install
provides=('vidcutter-git')