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

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


    Date: Tuesday, February 13, 2018 @ 11:28:21
  Author: jsteel
Revision: 293793

archrelease: copy trunk to community-x86_64

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

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

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2018-02-13 11:28:10 UTC (rev 293792)
+++ community-x86_64/PKGBUILD	2018-02-13 11:28:21 UTC (rev 293793)
@@ -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=('i686' 'x86_64')
-url="http://sourceforge.net/projects/lsdvd/"
-license=('GPL2')
-depends=('libdvdread')
-source=(http://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 293792, lsdvd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2018-02-13 11:28:21 UTC (rev 293793)
@@ -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=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
+}



More information about the arch-commits mailing list