summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPete Alexandrou2017-11-30 20:39:40 +0800
committerPete Alexandrou2017-11-30 20:39:40 +0800
commita41367e637ce99d46aeb7e0ccba5b5cc4311b0df (patch)
tree9e197e68028d74274c907f3ca053b9f6e0a501cb /PKGBUILD
parent2596c72575d44564014c8a44a424b9af97fbe88f (diff)
downloadaur-a41367e637ce99d46aeb7e0ccba5b5cc4311b0df.tar.gz
5.0.5 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28823dda0b7e..595f96e19fdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Pete Alexandrou <pete@ozmartians.com>
pkgname=vidcutter
-pkgver=5.0.0
-pkgrel=3
-pkgdesc="A modern, simple to use, constantly evolving and hella fast MEDIA CUTTER + JOINER w/ frame-accurate SmartCut technology + assistance from Qt5, libmpv, FFmpeg and MediaInfo projects."
+pkgver=5.0.5
+pkgrel=1
+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="https://vidcutter.ozmartians.com"
source=(https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz)
changelog=changelog
-depends=('python-pyqt5' 'mpv' 'ffmpeg' 'mediainfo' 'python-opengl')
+depends=('python-pyqt5' 'mpv' 'ffmpeg' 'mediainfo')
makedepends=('python-setuptools')
install=${pkgname}.install
provides=('vidcutter')
conflicts=('vidcutter-git')
-sha256sums=('4d114eb5050029294a7659b186907061c0f60ec268da6e7738cf7e8cfec9cc4c')
+sha256sums=('52a5407f392dfa0f9d158c6b2418c9a198e08de81b4c15bacf8f07317e235b3c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"