[arch-commits] Commit in mkvtoolnix/trunk (PKGBUILD)

Giovanni Scafora giovanni at archlinux.org
Wed Dec 2 19:37:44 UTC 2009


    Date: Wednesday, December 2, 2009 @ 14:37:43
  Author: giovanni
Revision: 60279

upgpkg: mkvtoolnix 2.9.9-1
    upstream release

Modified:
  mkvtoolnix/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-02 18:58:01 UTC (rev 60278)
+++ PKGBUILD	2009-12-02 19:37:43 UTC (rev 60279)
@@ -3,7 +3,7 @@
 # Contributor: 03/08/04 <lefungus at altern.org>
 
 pkgname=mkvtoolnix
-pkgver=2.9.8
+pkgver=2.9.9
 pkgrel=1
 pkgdesc="Set of tools to create, edit and inspect Matroska files"
 arch=('i686' 'x86_64')
@@ -11,13 +11,12 @@
 url="http://www.bunkus.org/videotools/mkvtoolnix/index.html"
 depends=('libmatroska>=0.8.1' 'flac>=1.1.4' 'libvorbis' 'wxgtk>=2.8.10.1' 'file' 'boost>=1.39.0' 'lzo2')
 source=("http://www.bunkus.org/videotools/${pkgname}/sources/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('7b049aa43c6b39dfcb19f5a46d5574ac')
+md5sums=('4bad0301e94cc24ec8f847c84502ab4d')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}/
   ./configure --prefix=/usr \
               --with-boost-libdir=/usr/lib
-  make  || return 1
+  make || return 1
   make DESTDIR=${pkgdir}/ install
 }
-




More information about the arch-commits mailing list