diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-03-09 01:41:26 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-03-09 01:41:26 (GMT) |
commit | e22ce5e397d913189faacafee3a85953224fbaae (patch) | |
tree | a59dde8eefcc1ba4e256e1b53a43e61d228f6baa /abs/extra-testing/mkvtoolnix | |
parent | fbc9bf1fe2e307040254f8000e6c4d59580e06a0 (diff) | |
download | linhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.zip linhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.tar.gz linhes_pkgbuild-e22ce5e397d913189faacafee3a85953224fbaae.tar.bz2 |
Add firmware for ati usb 600 tuner / Re: FS#634
Update to latest HDHR libs / Re: FS#626
Upgrade lighttpd to 1.4.26 / Re: FS#624
Fix path to sftp / Re: FS#566
Updated to the latest.
Updated to the latest.
Diffstat (limited to 'abs/extra-testing/mkvtoolnix')
-rw-r--r-- | abs/extra-testing/mkvtoolnix/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/extra-testing/mkvtoolnix/PKGBUILD b/abs/extra-testing/mkvtoolnix/PKGBUILD index ccf2f17..3f76a95 100644 --- a/abs/extra-testing/mkvtoolnix/PKGBUILD +++ b/abs/extra-testing/mkvtoolnix/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: 03/08/04 <lefungus@altern.org> pkgname=mkvtoolnix -pkgver=3.1.0 +pkgver=3.2.0 pkgrel=1 pkgdesc="Set of tools to create, edit and inspect Matroska files" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ 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') source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2") -md5sums=('9441ab0b72f34cd8d5492598a65e1dd5') +md5sums=('9bf31280cb07870771e69de0287dc769') build() { cd ${srcdir}/${pkgname}-${pkgver}/ |