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

Giovanni Scafora giovanni at archlinux.org
Mon Feb 23 21:10:03 UTC 2009


    Date: Monday, February 23, 2009 @ 16:10:03
  Author: giovanni
Revision: 27598

upgpkg: mkvtoolnix 2.5.1-1
    New version 2.5.1

Modified:
  mkvtoolnix/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-23 21:07:56 UTC (rev 27597)
+++ PKGBUILD	2009-02-23 21:10:03 UTC (rev 27598)
@@ -3,7 +3,7 @@
 # Contributor: 03/08/04 <lefungus at altern.org>
 
 pkgname=mkvtoolnix
-pkgver=2.4.2
+pkgver=2.5.1
 pkgrel=1
 pkgdesc="Set of tools to create, edit and inspect Matroska files"
 arch=('i686' 'x86_64')
@@ -11,11 +11,12 @@
 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=('050bc9019cfa10e243f17b5e84f5a05f')
+md5sums=('22f6572eb34b6e7cfda9e621f0936b10')
 
 build() {
-  cd ${startdir}/src/${pkgname}-${pkgver}/
+  cd ${srcdir}/${pkgname}-${pkgver}/
   ./configure --prefix=/usr --with-boost-libdir=/usr/lib
   make  || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir}/ install
 }
+




More information about the arch-commits mailing list