diff options
Diffstat (limited to 'abs')
-rw-r--r-- | abs/extra-testing/mkvtoolnix/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/extra-testing/mkvtoolnix/PKGBUILD b/abs/extra-testing/mkvtoolnix/PKGBUILD index 0151b28..7018cb9 100644 --- a/abs/extra-testing/mkvtoolnix/PKGBUILD +++ b/abs/extra-testing/mkvtoolnix/PKGBUILD @@ -3,13 +3,13 @@ # Contributor: 03/08/04 <lefungus@altern.org> pkgname=mkvtoolnix -pkgver=3.3.0 +pkgver=3.4.0 pkgrel=1 pkgdesc="Set of tools to create, edit and inspect Matroska files" arch=('i686' 'x86_64') license=('GPL2') url="http://www.bunkus.org/videotools/mkvtoolnix/index.html" -depends=('libmatroska>=0.8.1' 'flac>=1.1.4' 'libvorbis' 'wxgtk>=2.8.0.1' 'file' 'boost' 'lzo2') +depends=('libmatroska>=0.9.0' 'libebml>=0.8.0' 'flac>=1.1.4' 'libvorbis' 'wxgtk>=2.8.0.1' 'file' 'boost' 'lzo2') source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2") build() { @@ -19,4 +19,4 @@ build() { make || return 1 make DESTDIR=${pkgdir}/ install } -md5sums=('a002b6537e4515b6a0b26f42e8a2eb9a') +md5sums=('9d9e27adb8dbe42be9636070766e1b64') |