diff options
Diffstat (limited to 'abs/extra/mkvtoolnix/PKGBUILD')
-rw-r--r-- | abs/extra/mkvtoolnix/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/abs/extra/mkvtoolnix/PKGBUILD b/abs/extra/mkvtoolnix/PKGBUILD index 497670c..f77ecd6 100644 --- a/abs/extra/mkvtoolnix/PKGBUILD +++ b/abs/extra/mkvtoolnix/PKGBUILD @@ -3,13 +3,14 @@ # Contributor: 03/08/04 <lefungus@altern.org> pkgname=mkvtoolnix -pkgver=4.9.1 -pkgrel=2 +pkgver=5.0.1 +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>=1.0.0' 'libebml>=1.0.0' 'flac>=1.1.4' 'libvorbis' 'wxgtk>=2.8.0.1' 'file' 'boost' 'lzo2' 'qt') +makedepends=('ruby' 'libcroco') source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2") build() { @@ -23,4 +24,4 @@ package() { cd ${srcdir}/${pkgname}-${pkgver} ./drake DESTDIR=${pkgdir} install } -md5sums=('5981f266e6d25da4a49f7464e4a97cdf') +md5sums=('93fbbe946de6013eca699c0c2a93a4e9') |