[arch-commits] Commit in dvdbackup/repos (3 files)

Jonathan Steel jsteel at archlinux.org
Tue Feb 13 11:28:11 UTC 2018


    Date: Tuesday, February 13, 2018 @ 11:28:10
  Author: jsteel
Revision: 293792

archrelease: copy trunk to community-x86_64

Added:
  dvdbackup/repos/community-x86_64/PKGBUILD
    (from rev 293791, dvdbackup/trunk/PKGBUILD)
Deleted:
  dvdbackup/repos/community-x86_64/PKGBUILD
  dvdbackup/repos/extra-x86_64/

---------------------------+
 /PKGBUILD                 |   31 +++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   31 -------------------------------
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2018-02-13 11:28:01 UTC (rev 293791)
+++ community-x86_64/PKGBUILD	2018-02-13 11:28:10 UTC (rev 293792)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <mail at jsteel dot org>
-# Contributor: yugrotavele <yugrotavele at archlinux dot us>
-# Contributor: Varun Acharya <varun at archlinux.org>
-# Contributor: Nicolai Lissner <nlissne at linux01.gwdg.de>
-
-pkgname=dvdbackup
-pkgver=0.4.2
-pkgrel=2
-pkgdesc="A tool to rip video DVDs from the command line"
-arch=('i686' 'x86_64')
-url="http://dvdbackup.sourceforge.net"
-license=('GPL')
-depends=('libdvdread')
-optdepends=('libdvdcss: to decrypt encrypted DVDs')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-md5sums=('28f273b2f27a3afea3a3c965ddbede86')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make DESTDIR="$pkgdir"/ install
-}

Copied: dvdbackup/repos/community-x86_64/PKGBUILD (from rev 293791, dvdbackup/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-13 11:28:10 UTC (rev 293792)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel <mail at jsteel dot org>
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+# Contributor: Varun Acharya <varun at archlinux.org>
+# Contributor: Nicolai Lissner <nlissne at linux01.gwdg.de>
+
+pkgname=dvdbackup
+pkgver=0.4.2
+pkgrel=2
+pkgdesc="A tool to rip video DVDs from the command line"
+arch=('x86_64')
+url="https://dvdbackup.sourceforge.net"
+license=('GPL')
+depends=('libdvdread')
+optdepends=('libdvdcss: to decrypt encrypted DVDs')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+md5sums=('28f273b2f27a3afea3a3c965ddbede86')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make DESTDIR="$pkgdir"/ install
+}



More information about the arch-commits mailing list