diff options
author | James Meyer <james.meyer@operamail.com> | 2010-01-31 01:08:12 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-01-31 01:08:12 (GMT) |
commit | 2020362bb1c85534a18486307dd10297f4df90dd (patch) | |
tree | 8fd8c90a653744deaef7b176afeee9ffd610fb8d /abs/extra-testing/mkvtoolnix | |
parent | 2a9d4da2af153d222d39db726dfa3b98a2c2964a (diff) | |
parent | e43b1449ade4d2d4a7eb8c912c1a9daa3453a2b8 (diff) | |
download | linhes_pkgbuild-2020362bb1c85534a18486307dd10297f4df90dd.zip linhes_pkgbuild-2020362bb1c85534a18486307dd10297f4df90dd.tar.gz linhes_pkgbuild-2020362bb1c85534a18486307dd10297f4df90dd.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
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 d2dc58f..ccf2f17 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=2.9.9 +pkgver=3.1.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=('4bad0301e94cc24ec8f847c84502ab4d') +md5sums=('9441ab0b72f34cd8d5492598a65e1dd5') build() { cd ${srcdir}/${pkgname}-${pkgver}/ |