summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Alexandrou2017-11-30 20:38:20 +0800
committerPete Alexandrou2017-11-30 20:38:20 +0800
commitb5892d32727036c074d86677def4e2b259acbb7d (patch)
tree408f2aabba0853a984ff14c5265fff17055bcf84
parentee93fc6ffb5b883b0b7409a40f4b664fc2b73b3a (diff)
downloadaur-b5892d32727036c074d86677def4e2b259acbb7d.tar.gz
5.0.5 update
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 423139c254db..af8135f08951 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = vidcutter-git
- pkgdesc = the simplest + fastest video cutter and joiner
- pkgver = 5.0.0.r0.gd3b05ba
+ pkgdesc = A modern, simple to use, constantly evolving and hella fast MEDIA CUTTER + JOINER w/ frame-accurate SmartCut technology + Qt5, libmpv, FFmpeg and MediaInfo powering the backend.
+ pkgver = 5.0.5.r0.gb487943
pkgrel = 1
- url = http://vidcutter.ozmartians.com
+ url = https://vidcutter.ozmartians.com
install = vidcutter-git.install
arch = i686
arch = x86_64
@@ -12,7 +12,6 @@ pkgbase = vidcutter-git
depends = mpv
depends = ffmpeg
depends = mediainfo
- depends = python-opengl
provides = vidcutter
conflicts = vidcutter
source = https://github.com/ozmartian/vidcutter/archive/master.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index dcc52c448cbc..cf89504cce5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter-git
-pkgver=5.0.0.r0.gd3b05ba
+pkgver=5.0.5.r0.gb487943
_pkgver=master
pkgrel=1
-pkgdesc="the simplest + fastest video cutter and joiner"
+pkgdesc='A modern, simple to use, constantly evolving and hella fast MEDIA CUTTER + JOINER w/ frame-accurate SmartCut technology + Qt5, libmpv, FFmpeg and MediaInfo powering the backend.'
arch=('i686' 'x86_64')
license=('GPL3')
-url="http://vidcutter.ozmartians.com"
+url="https://vidcutter.ozmartians.com"
source=(https://github.com/ozmartian/${pkgname%-git}/archive/${_pkgver}.tar.gz)
-depends=('python-pyqt5' 'mpv' 'ffmpeg' 'mediainfo' 'python-opengl')
+depends=('python-pyqt5' 'mpv' 'ffmpeg' 'mediainfo')
makedepends=('python-setuptools')
install=${pkgname}.install
provides=('vidcutter')