summaryrefslogtreecommitdiff
path: root/community/dvdbackup/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-08-17 12:10:05 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2013-08-17 12:10:05 +0200
commitf5960fe27a2d814eab2ac7efacd714322c18a7b7 (patch)
tree4961d39c9af71f05b5b6ba9f4a23c47963193d37 /community/dvdbackup/PKGBUILD
parent1d26d40c2055019b7eb001251919aa73baae0029 (diff)
parent74952c750361d72d7b2d14179d4e88b6ce0a0c7e (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/bsdiff/PKGBUILD community/drivel/PKGBUILD community/dvdbackup/PKGBUILD community/gdlmm/PKGBUILD community/gnome-phone-manager/PKGBUILD community/highlight/PKGBUILD community/i3-wm/PKGBUILD community/linux-tools/PKGBUILD community/obconf/PKGBUILD community/perl-class-factory-util/PKGBUILD community/python-mpi4py/PKGBUILD community/qupzilla/PKGBUILD community/subtitleeditor/PKGBUILD community/synce-librapi/PKGBUILD community/synce-libsynce/PKGBUILD community/tilda/PKGBUILD core/glibc/PKGBUILD core/iputils/PKGBUILD extra/alsa-tools/PKGBUILD extra/calligra/PKGBUILD extra/imagemagick/PKGBUILD extra/kobodeluxe/PKGBUILD extra/libburn/PKGBUILD extra/libisoburn/PKGBUILD extra/libisofs/PKGBUILD extra/libsamplerate/PKGBUILD extra/mariadb/PKGBUILD extra/maxima/PKGBUILD extra/nasm/PKGBUILD extra/perl-netaddr-ip/PKGBUILD extra/perl-template-toolkit/PKGBUILD extra/putty/PKGBUILD extra/samba/PKGBUILD extra/tk/PKGBUILD extra/vim/PKGBUILD extra/xorg-xprop/PKGBUILD extra/xorg-xwd/PKGBUILD pcr/ams/PKGBUILD pcr/clalsadrv/PKGBUILD
Diffstat (limited to 'community/dvdbackup/PKGBUILD')
-rw-r--r--community/dvdbackup/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/dvdbackup/PKGBUILD b/community/dvdbackup/PKGBUILD
index 17db80fc0..75eb4771c 100644
--- a/community/dvdbackup/PKGBUILD
+++ b/community/dvdbackup/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 76304 2012-09-15 15:57:37Z jsteel $
+# $Id: PKGBUILD 95394 2013-08-10 16:45:34Z jsteel $
# Maintainer: Jonathan Steel <mail at jsteel dot org>
# Contributor: yugrotavele <yugrotavele at archlinux dot us>
# Contributor: Varun Acharya <varun@archlinux.org>
@@ -6,13 +6,13 @@
pkgname=dvdbackup
pkgver=0.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to rip video DVDs from the command line"
arch=('i686' 'x86_64' 'mips64el')
-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 @@ build() {
package() {
cd "$srcdir"/$pkgname-$pkgver
- make DESTDIR="$pkgdir" install
+ make DESTDIR="$pkgdir"/ install
}