[arch-commits] Commit in mediainfo/repos/community-x86_64 (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Sat Apr 7 19:45:14 UTC 2018


    Date: Saturday, April 7, 2018 @ 19:45:14
  Author: demize
Revision: 314905

archrelease: copy trunk to community-x86_64

Added:
  mediainfo/repos/community-x86_64/PKGBUILD
    (from rev 314904, mediainfo/trunk/PKGBUILD)
Deleted:
  mediainfo/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-07 19:45:08 UTC (rev 314904)
+++ PKGBUILD	2018-04-07 19:45:14 UTC (rev 314905)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: hydro <hydro at freenet.de>
-
-pkgname=mediainfo
-pkgver=18.03
-pkgrel=1
-
-pkgdesc="supplies technical and tag information about a video or audio file"
-url="http://mediaarea.net"
-arch=('x86_64')
-license=('GPL')
-
-depends=('libmediainfo')
-makedepends=('libtool' 'automake' 'autoconf')
-
-source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
-
-sha256sums=('c1fa4ef50c99081350d0efb00e6c1fb2e196872a321cd2e1f27f516371d83d9c')
-
-build() {
-  cd MediaInfo/Project/GNU/CLI
-
-  sh ./autogen.sh
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd MediaInfo/Project/GNU/CLI
-  make DESTDIR="$pkgdir" install
-}

Copied: mediainfo/repos/community-x86_64/PKGBUILD (from rev 314904, mediainfo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-07 19:45:14 UTC (rev 314905)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: hydro <hydro at freenet.de>
+
+pkgname=mediainfo
+pkgver=18.03.1
+pkgrel=1
+
+pkgdesc="supplies technical and tag information about a video or audio file"
+url="http://mediaarea.net"
+arch=('x86_64')
+license=('GPL')
+
+depends=('libmediainfo')
+makedepends=('libtool' 'automake' 'autoconf')
+
+source=(https://mediaarea.net/download/source/mediainfo/$pkgver/mediainfo_$pkgver.tar.xz)
+
+sha256sums=('79664c356d4f09dc32105810aacf60923f6edcc6bec4836589962bc3375efcd6')
+
+build() {
+  cd MediaInfo/Project/GNU/CLI
+
+  sh ./autogen.sh
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd MediaInfo/Project/GNU/CLI
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list