diff options
author | Michael Hanson <hansonorders@verison.net> | 2010-06-07 22:03:23 (GMT) |
---|---|---|
committer | Michael Hanson <hansonorders@verison.net> | 2010-06-07 22:03:23 (GMT) |
commit | 417830a7d45fff2b298930b2fcaa1326222d50f6 (patch) | |
tree | 0dbcd712e4b8dbbc45900a2cf358c19c6e62391b /abs/extra-testing/mkvtoolnix | |
parent | 7d06af36e4fa431e71b8eac551a995dfea46eaa4 (diff) | |
download | linhes_pkgbuild-417830a7d45fff2b298930b2fcaa1326222d50f6.zip linhes_pkgbuild-417830a7d45fff2b298930b2fcaa1326222d50f6.tar.gz linhes_pkgbuild-417830a7d45fff2b298930b2fcaa1326222d50f6.tar.bz2 |
libebml: Upgrade to 1.0.0
Diffstat (limited to 'abs/extra-testing/mkvtoolnix')
-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 7018cb9..3c4ba6a 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.4.0 +pkgver=4.0.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.9.0' 'libebml>=0.8.0' 'flac>=1.1.4' 'libvorbis' 'wxgtk>=2.8.0.1' 'file' 'boost' 'lzo2') +depends=('libmatroska>=1.0.0' 'libebml>=1.0.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=('9d9e27adb8dbe42be9636070766e1b64') +md5sums=('434eb24b9c49a99ac386bd2c4c525538') |