mkvtoolnix: update to 18.0.0

This commit is contained in:
Jeff Huang 2017-11-19 01:02:27 +00:00
parent 6abdb410e2
commit 190a5120a8

View File

@ -1,7 +1,7 @@
pkgbase=mkvtoolnix
pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
pkgver=17.0.0
pkgrel=2
pkgver=18.0.0
pkgrel=1
pkgdesc="Set of tools to create, edit and inspect Matroska files."
arch=('x86_64')
license=('GPL')
@ -16,7 +16,7 @@ makedepends=('flac' 'libmatroska' 'libogg' 'libvorbis' 'qt5-base' 'xdg-utils' 'l
'qt5-multimedia' 'libebml')
categories=('multimedia')
source=("http://www.bunkus.org/videotools/${pkgbase}/sources/${pkgbase}-${pkgver}.tar.xz")
sha256sums=('9faf7996b84eb68c2b1738ec27217d24480731b24d31c81fbef19daa5844992e')
sha256sums=('b8282d6d279caa86038721d2a49471d1dd25a465ee1a779ee9c2a99bc8ff972f')
prepare() {
cd "${srcdir}/${pkgbase}-${pkgver}"