libmatroska: update to 1.4.8

This commit is contained in:
Jeff Huang 2017-10-01 01:57:47 +01:00
parent c9111b16f8
commit 15f4dd459c

View File

@ -1,13 +1,13 @@
pkgname=libmatroska
pkgver=1.4.7
pkgver=1.4.8
pkgrel=1
pkgdesc="Matroska library"
arch=('x86_64')
url="http://dl.matroska.org/downloads/libmatroska/"
license=('LGPL')
depends=('libebml')
source=("http://dl.matroska.org/downloads/libmatroska/${pkgname}-${pkgver}.tar.bz2")
md5sums=('45b583b5642d8e0a0c69f86dbf004eb7')
source=("http://dl.matroska.org/downloads/libmatroska/${pkgname}-${pkgver}.tar.xz")
md5sums=('45ffda84badb4e3da5d8f2535e54d511')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"