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

Jonathan Steel jsteel at archlinux.org
Wed Jun 6 09:26:53 UTC 2018


    Date: Wednesday, June 6, 2018 @ 09:26:51
  Author: jsteel
Revision: 341012

archrelease: copy trunk to community-x86_64

Added:
  lsdvd/repos/community-x86_64/PKGBUILD
    (from rev 341009, lsdvd/trunk/PKGBUILD)
Deleted:
  lsdvd/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 09:26:50 UTC (rev 341011)
+++ PKGBUILD	2018-06-06 09:26:51 UTC (rev 341012)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
-
-pkgname=lsdvd
-pkgver=0.17
-pkgrel=1
-pkgdesc="Console application that displays the content of a DVD"
-arch=('x86_64')
-url="https://sourceforge.net/projects/lsdvd/"
-license=('GPL2')
-depends=('libdvdread')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('32e63ff932ee2867e023ad3e74e14dcb')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: lsdvd/repos/community-x86_64/PKGBUILD (from rev 341009, lsdvd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-06 09:26:51 UTC (rev 341012)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Mathieu Clabaut <mathieu.clabaut at gmail.com>
+
+pkgname=lsdvd
+pkgver=0.17
+pkgrel=2
+pkgdesc="Console application that displays the content of a DVD"
+arch=('x86_64')
+url="https://sourceforge.net/projects/lsdvd/"
+license=('GPL2')
+depends=('libdvdread')
+source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('32e63ff932ee2867e023ad3e74e14dcb')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list