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

Antonio Rojas arojas at archlinux.org
Sun Mar 22 09:33:14 UTC 2020


    Date: Sunday, March 22, 2020 @ 09:33:14
  Author: arojas
Revision: 378302

archrelease: copy trunk to extra-x86_64

Added:
  libdvdnav/repos/extra-x86_64/PKGBUILD
    (from rev 378301, libdvdnav/trunk/PKGBUILD)
Deleted:
  libdvdnav/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++------------------------------------
 1 file changed, 27 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-22 09:32:56 UTC (rev 378301)
+++ PKGBUILD	2020-03-22 09:33:14 UTC (rev 378302)
@@ -1,37 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Arjan <arjan at archlinux.org>
-# contributor Sarah Hay <sarahhay at mb.sympatico.ca>
-
-pkgname=libdvdnav
-pkgver=6.0.1
-pkgrel=1
-pkgdesc="The library for xine-dvdnav plugin."
-arch=('x86_64')
-license=('GPL')
-url="https://www.videolan.org/developers/libdvdnav.html"
-depends=('libdvdread')
-makedepends=('git')
-_commit=ee4f6486d73ab54e7704b4fed2615a1bad76427f  # tags/6.0.1^0
-source=("git+https://code.videolan.org/videolan/libdvdnav.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: libdvdnav/repos/extra-x86_64/PKGBUILD (from rev 378301, libdvdnav/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-22 09:33:14 UTC (rev 378302)
@@ -0,0 +1,27 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Arjan <arjan at archlinux.org>
+# contributor Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=libdvdnav
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="The library for xine-dvdnav plugin."
+arch=('x86_64')
+license=('GPL')
+url="https://www.videolan.org/developers/libdvdnav.html"
+depends=('libdvdread')
+source=("https://download.videolan.org/pub/videolan/libdvdnav/$pkgver/libdvdnav-$pkgver.tar.bz2"{,.asc})
+sha256sums=('f697b15ea9f75e9f36bdf6ec3726308169f154e2b1e99865d0bbe823720cee5b'
+            'SKIP')
+validpgpkeys=('65F7C6B4206BD057A7EB73787180713BE58D1ADC') # VideoLAN Release Signing Key
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list