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

Jonathan Steel jsteel at archlinux.org
Wed Jun 6 09:36:20 UTC 2018


    Date: Wednesday, June 6, 2018 @ 09:36:18
  Author: jsteel
Revision: 341121

upgpkg: dvdbackup 0.4.2-4

Update license

Modified:
  dvdbackup/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 09:35:38 UTC (rev 341120)
+++ PKGBUILD	2018-06-06 09:36:18 UTC (rev 341121)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jonathan Steel <mail at jsteel dot org>
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
 # Contributor: yugrotavele <yugrotavele at archlinux dot us>
 # Contributor: Varun Acharya <varun at archlinux.org>
 # Contributor: Nicolai Lissner <nlissne at linux01.gwdg.de>
@@ -6,11 +6,11 @@
 
 pkgname=dvdbackup
 pkgver=0.4.2
-pkgrel=3
-pkgdesc="A tool to rip video DVDs from the command line"
+pkgrel=4
+pkgdesc="Tool to rip video DVDs from the command line"
 arch=('x86_64')
 url="https://dvdbackup.sourceforge.net"
-license=('GPL')
+license=('GPL3')
 depends=('libdvdread')
 optdepends=('libdvdcss: to decrypt encrypted DVDs')
 source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
@@ -17,7 +17,7 @@
 sha512sums=('df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d')
 
 build() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
   ./configure --prefix=/usr
 
@@ -25,7 +25,7 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname-$pkgver
+  cd $pkgname-$pkgver
 
-  make DESTDIR="$pkgdir"/ install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list