[arch-commits] Commit in libdvdread/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Mar 22 09:29:24 UTC 2020


    Date: Sunday, March 22, 2020 @ 09:29:23
  Author: arojas
Revision: 378300

archrelease: copy trunk to extra-x86_64

Added:
  libdvdread/repos/extra-x86_64/PKGBUILD
    (from rev 378299, libdvdread/trunk/PKGBUILD)
Deleted:
  libdvdread/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-22 09:29:00 UTC (rev 378299)
+++ PKGBUILD	2020-03-22 09:29:23 UTC (rev 378300)
@@ -1,38 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Thomas Baechler <thomas at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-
-pkgname=libdvdread
-pkgver=6.0.2
-pkgrel=1
-pkgdesc="Provides a simple foundation for reading DVD video disks"
-arch=(x86_64)
-url="https://www.videolan.org/developers/libdvdnav.html"
-license=('GPL')
-depends=('glibc')
-makedepends=('libdvdcss' 'git')
-optdepends=('libdvdcss: for decoding encrypted DVDs')
-_commit=a02a002ff7e4a740a740a649f466a8954c70c5a1  # tags/6.0.2^0
-source=("git+https://code.videolan.org/videolan/libdvdread.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed -e 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  autoreconf -fi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdvdread/repos/extra-x86_64/PKGBUILD (from rev 378299, libdvdread/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-22 09:29:23 UTC (rev 378300)
@@ -0,0 +1,38 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Thomas Baechler <thomas at archlinux.org>
+# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
+
+pkgname=libdvdread
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="Provides a simple foundation for reading DVD video disks"
+arch=(x86_64)
+url="https://www.videolan.org/developers/libdvdnav.html"
+license=('GPL')
+depends=('glibc')
+makedepends=('libdvdcss' 'git')
+optdepends=('libdvdcss: for decoding encrypted DVDs')
+_commit=d413571ce39acd404523b6742ba361215f6ada68  # tags/6.1.0^0
+source=("git+https://code.videolan.org/videolan/libdvdread.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  autoreconf -fi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list