[arch-commits] Commit in dvdbackup/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jun 3 17:40:44 UTC 2018


    Date: Sunday, June 3, 2018 @ 17:40:43
  Author: felixonmars
Revision: 339466

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 17:40:30 UTC (rev 339465)
+++ PKGBUILD	2018-06-03 17:40:43 UTC (rev 339466)
@@ -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=('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
-}

Copied: dvdbackup/repos/community-x86_64/PKGBUILD (from rev 339465, dvdbackup/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 17:40:43 UTC (rev 339466)
@@ -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=3
+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)
+sha512sums=('df9abb2ca0b8a7cd7855ddff94dae249b06b2ec0ee42f3e9c53aa46aebd9885bdf26dacecbd4a20ff5f642ea10c0c64b811d25c23802c8a2b1489281900fbe0d')
+
+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