diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-08-05 23:48:57 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-08-05 23:48:57 (GMT) |
commit | e7ca4c28bfc6c8084dab195bea3bd408966859d8 (patch) | |
tree | f226a04e955bbf583baa2033e16325fa811fcbf7 /abs/extra-testing/mkvtoolnix | |
parent | 7498f1694307afbd9eaf8f250c93d39ed6f0f71a (diff) | |
download | linhes_pkgbuild-e7ca4c28bfc6c8084dab195bea3bd408966859d8.zip linhes_pkgbuild-e7ca4c28bfc6c8084dab195bea3bd408966859d8.tar.gz linhes_pkgbuild-e7ca4c28bfc6c8084dab195bea3bd408966859d8.tar.bz2 |
mkvtoolnix mythnuv2mkv: upgrade FS#476
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 2ce5343..b328a32 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.5 +pkgver=2.9.7 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=('13f639048bd829214b2472703c495e4c') +md5sums=('eae428821c69e7a16b690f4eca6bf567') build() { cd ${srcdir}/${pkgname}-${pkgver}/ |