Update mkvtoolnix to 7.3.0.

This commit is contained in:
Jeff Huang 2014-11-18 01:31:18 +00:00
parent a72b664c0e
commit 6d4fee8ec2

View File

@ -1,7 +1,7 @@
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.co # Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.co
pkgname=mkvtoolnix pkgname=mkvtoolnix
pkgver=7.2.0 pkgver=7.3.0
pkgrel=1 pkgrel=1
pkgdesc="Set of tools to create, edit and inspect Matroska files." pkgdesc="Set of tools to create, edit and inspect Matroska files."
arch=('x86_64') arch=('x86_64')
@ -17,7 +17,7 @@ makedepends=('boost' 'ruby')
categories=('multimedia') categories=('multimedia')
install=mkvtoolnix.install install=mkvtoolnix.install
source=("http://www.bunkus.org/videotools/$pkgname/sources/$pkgname-$pkgver.tar.xz") source=("http://www.bunkus.org/videotools/$pkgname/sources/$pkgname-$pkgver.tar.xz")
sha1sums=('b8e688c274d0946faea390d626147c357583e8bc') sha1sums=('c5379fa684a0a5e6cf0db7404b72e7075989a1a3')
build() { build() {
cd "${srcdir}/${pkgname}-${pkgver}" cd "${srcdir}/${pkgname}-${pkgver}"