diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-05-28 01:23:30 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-05-28 01:23:30 (GMT) |
commit | 68c43cc7e97ac4a37ab25565869bee0647f9546f (patch) | |
tree | 74c7bb112175784b17503bf204ecb4a5090b01ec /abs | |
parent | 26e4ebbfaab926f49b31242055a5c4b86a22f5d3 (diff) | |
download | linhes_pkgbuild-68c43cc7e97ac4a37ab25565869bee0647f9546f.zip linhes_pkgbuild-68c43cc7e97ac4a37ab25565869bee0647f9546f.tar.gz linhes_pkgbuild-68c43cc7e97ac4a37ab25565869bee0647f9546f.tar.bz2 |
mkvtoolnix: update to 3.4.0
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') |