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

Jan de Groot jgc at archlinux.org
Thu Apr 19 21:16:00 UTC 2018


    Date: Thursday, April 19, 2018 @ 21:15:59
  Author: jgc
Revision: 322459

archrelease: copy trunk to extra-x86_64

Added:
  libdvdcss/repos/extra-x86_64/PKGBUILD
    (from rev 322458, libdvdcss/trunk/PKGBUILD)
Deleted:
  libdvdcss/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-19 21:15:55 UTC (rev 322458)
+++ PKGBUILD	2018-04-19 21:15:59 UTC (rev 322459)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
-# Contributor: arjan <arjan at archlinux.org>
-# Contributor Sarah Hay <sarahhay at mb.sympatico.ca>
-
-pkgname=libdvdcss
-pkgver=1.4.1
-pkgrel=1
-pkgdesc="Portable abstraction library for DVD decryption"
-url="https://www.videolan.org/developers/libdvdcss.html"
-arch=('x86_64')
-license=('GPL')
-depends=('glibc')
-options=('!docs' '!emptydirs')
-source=(https://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('eb073752b75ae6db3a3ffc9d22f6b585cd024079a2bf8acfa56f47a8fce6eaac')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: libdvdcss/repos/extra-x86_64/PKGBUILD (from rev 322458, libdvdcss/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-19 21:15:59 UTC (rev 322459)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Stéphane Gaudreault <stephane at archlinux.org>
+# Contributor: arjan <arjan at archlinux.org>
+# Contributor Sarah Hay <sarahhay at mb.sympatico.ca>
+
+pkgname=libdvdcss
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Portable abstraction library for DVD decryption"
+url="https://www.videolan.org/developers/libdvdcss.html"
+arch=('x86_64')
+license=('GPL')
+depends=('glibc')
+options=('!docs' '!emptydirs')
+source=(https://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
+sha256sums=('78c2ed77ec9c0d8fbed7bf7d3abc82068b8864be494cfad165821377ff3f2575')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list