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

Giovanni Scafora giovanni at archlinux.org
Fri Aug 13 20:20:49 UTC 2010


    Date: Friday, August 13, 2010 @ 16:20:49
  Author: giovanni
Revision: 87461

upgpkg: dvdauthor 0.6.18-1
upstream release

Modified:
  dvdauthor/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-08-13 20:05:51 UTC (rev 87460)
+++ PKGBUILD	2010-08-13 20:20:49 UTC (rev 87461)
@@ -5,19 +5,19 @@
 # Contributor: Nicolai Lissner <nlissne at linux01.gwdg.de>
 
 pkgname=dvdauthor
-pkgver=0.6.14
-pkgrel=7
+pkgver=0.6.18
+pkgrel=1
 pkgdesc="DVD authoring tools"
 arch=('i686' 'x86_64')
 url="http://dvdauthor.sourceforge.net/"
 license=('GPL')
-depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng')
+depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
 options=('!makeflags')
 source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('bd646b47950c4091ffd781d43fd2c5e9')
+md5sums=('ded5373800ac6448ff044606f5047550')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}"
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1




More information about the arch-commits mailing list