diff options
author | James Meyer <james.meyer@operamail.com> | 2010-03-27 04:40:11 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2010-03-27 04:40:11 (GMT) |
commit | f99262935c22cc95e6b22fe5d5f6ab85202e4726 (patch) | |
tree | f130dc40ea9648f393e9781c5aa348d3b1144d23 /abs/extra-testing/mkvtoolnix/PKGBUILD | |
parent | f8070f560f719acc0c7d1759686bda75d3da02ac (diff) | |
parent | 91205c89deab8bf1b25f44c58a25d56d552ef67e (diff) | |
download | linhes_pkgbuild-f99262935c22cc95e6b22fe5d5f6ab85202e4726.zip linhes_pkgbuild-f99262935c22cc95e6b22fe5d5f6ab85202e4726.tar.gz linhes_pkgbuild-f99262935c22cc95e6b22fe5d5f6ab85202e4726.tar.bz2 |
Merge branch 'HEAD' of ssh://jams@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/extra-testing/mkvtoolnix/PKGBUILD')
-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 3f76a95..0151b28 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.2.0 +pkgver=3.3.0 pkgrel=1 pkgdesc="Set of tools to create, edit and inspect Matroska files" arch=('i686' 'x86_64') @@ -11,7 +11,6 @@ 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=('9bf31280cb07870771e69de0287dc769') build() { cd ${srcdir}/${pkgname}-${pkgver}/ @@ -20,3 +19,4 @@ build() { make || return 1 make DESTDIR=${pkgdir}/ install } +md5sums=('a002b6537e4515b6a0b26f42e8a2eb9a') |