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

Giovanni Scafora giovanni at archlinux.org
Mon Nov 28 17:32:32 UTC 2011


    Date: Monday, November 28, 2011 @ 12:32:32
  Author: giovanni
Revision: 143728

upgpkg: dvdauthor 0.7.0-3

rebuild

Modified:
  dvdauthor/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-11-28 17:28:42 UTC (rev 143727)
+++ PKGBUILD	2011-11-28 17:32:32 UTC (rev 143728)
@@ -6,18 +6,19 @@
 
 pkgname=dvdauthor
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc="DVD authoring tools"
 arch=('i686' 'x86_64')
 url="http://dvdauthor.sourceforge.net/"
 license=('GPL')
 depends=('libdvdread' 'imagemagick' 'libxml2' 'libpng' 'fribidi')
 options=('!makeflags')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 md5sums=('33a447fb98ab3293ac40f869eedc17ff')
 
 build() {
   cd "${srcdir}/${pkgname}"
+
   ./configure --prefix=/usr \
               --sysconfdir=/etc
   make
@@ -25,5 +26,6 @@
 
 package() {
   cd "${srcdir}/${pkgname}"
+
   make DESTDIR="${pkgdir}" install
 }




More information about the arch-commits mailing list