vidcutter: update to 5.5.0

This commit is contained in:
Francesco Marinucci 2018-02-22 09:39:37 +00:00
parent 9ad2c580e8
commit 64c5ed6bda

View File

@ -1,5 +1,5 @@
pkgname=vidcutter
pkgver=5.0.5
pkgver=5.5.0
pkgrel=1
pkgdesc="FFmpeg based video cutter & joiner with a modern PyQt5 GUI"
arch=('x86_64')
@ -8,7 +8,7 @@ url="http://vidcutter.ozmartians.com"
depends=('python3-pyqt5' 'python3-sip' 'ffmpeg' 'mpv' 'mediainfo')
makedepends=('git' 'python3-setuptools')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ozmartian/${pkgname}/archive/${pkgver}.tar.gz)
sha256sums=('7abba5bcf7c07a5554a47d87e3db168138136f9b2acd8896cbf85e794aac270f')
sha256sums=('0ea962a6bbad45983a37d1961aca866382228e018043c728d35365599acc0cd5')
prepare() {
cd $pkgname-$pkgver