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

Christian Hesse eworm at archlinux.org
Wed May 30 22:09:34 UTC 2018


    Date: Wednesday, May 30, 2018 @ 22:09:34
  Author: eworm
Revision: 333553

archrelease: copy trunk to community-x86_64

Added:
  ogmtools/repos/community-x86_64/PKGBUILD
    (from rev 333552, ogmtools/trunk/PKGBUILD)
Deleted:
  ogmtools/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 22:09:30 UTC (rev 333552)
+++ PKGBUILD	2018-05-30 22:09:34 UTC (rev 333553)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=ogmtools
-pkgver=1.5
-pkgrel=6
-pkgdesc="Information, extraction or creation for OGG media streams"
-arch=('i686' 'x86_64')
-url="http://www.bunkus.org/videotools/ogmtools"
-license=('GPL')
-depends=('libvorbis' 'libdvdread' 'gcc-libs')
-source=("http://www.bunkus.org/videotools/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('02d356e3d21d53b1d9715bab223d8996')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr \
-              --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: ogmtools/repos/community-x86_64/PKGBUILD (from rev 333552, ogmtools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-30 22:09:34 UTC (rev 333553)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=ogmtools
+pkgver=1.5
+pkgrel=7
+pkgdesc="Information, extraction or creation for OGG media streams"
+arch=('x86_64')
+url="http://www.bunkus.org/videotools/ogmtools"
+license=('GPL')
+depends=('libvorbis' 'libdvdread' 'gcc-libs')
+source=("http://www.bunkus.org/videotools/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('02d356e3d21d53b1d9715bab223d8996')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr \
+              --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list