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

Jonathan Steel jsteel at nymeria.archlinux.org
Sat Aug 10 16:37:27 UTC 2013


    Date: Saturday, August 10, 2013 @ 18:37:27
  Author: jsteel
Revision: 95391

Fixed mismatched signature

Modified:
  dvdbackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-10 15:55:39 UTC (rev 95390)
+++ PKGBUILD	2013-08-10 16:37:27 UTC (rev 95391)
@@ -9,10 +9,10 @@
 pkgrel=1
 pkgdesc="A tool to rip video DVDs from the command line"
 arch=('i686' 'x86_64')
-url="http://dvdbackup.sourceforge.net/"
+url="http://dvdbackup.sourceforge.net"
 license=('GPL')
 depends=('libdvdread')
-optdepends=('libdvdcss: to decrypt encrypted dvds')
+optdepends=('libdvdcss: to decrypt encrypted DVDs')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
 md5sums=('28f273b2f27a3afea3a3c965ddbede86')
 
@@ -27,5 +27,5 @@
 package() {
   cd "$srcdir"/$pkgname-$pkgver
 
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir"/ install
 }




More information about the arch-commits mailing list