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

Jan de Groot jgc at archlinux.org
Tue Jan 23 10:21:23 UTC 2018


    Date: Tuesday, January 23, 2018 @ 10:21:23
  Author: jgc
Revision: 315292

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-23 10:21:18 UTC (rev 315291)
+++ PKGBUILD	2018-01-23 10:21:23 UTC (rev 315292)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer:
-# 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.0
-pkgrel=2
-pkgdesc="Portable abstraction library for DVD decryption"
-url="https://www.videolan.org/developers/libdvdcss.html"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('glibc')
-options=('!docs' '!emptydirs')
-source=(https://download.videolan.org/pub/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2)
-sha256sums=('2089375984800df29a4817b37f3123c1706723342d6dab4d0a8b75c25c2c845a')
-
-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 315291, libdvdcss/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-23 10:21:23 UTC (rev 315292)
@@ -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.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
+}



More information about the arch-commits mailing list