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

Felix Yan felixonmars at archlinux.org
Wed Jun 6 17:30:45 UTC 2018


    Date: Wednesday, June 6, 2018 @ 17:30:43
  Author: felixonmars
Revision: 341508

archrelease: copy trunk to community-x86_64

Added:
  vorbisgain/repos/community-x86_64/PKGBUILD
    (from rev 341507, vorbisgain/trunk/PKGBUILD)
Deleted:
  vorbisgain/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 17:30:23 UTC (rev 341507)
+++ PKGBUILD	2018-06-06 17:30:43 UTC (rev 341508)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
-# Contributor: Cory Farmer <rbgkofi at ameritech.net>
-pkgname=vorbisgain
-pkgver=0.37
-pkgrel=4
-pkgdesc="A utility that computes the ReplayGain values for Ogg Vorbis files."
-arch=('i686' 'x86_64')
-url="http://sjeng.org/vorbisgain.html"
-license=('GPL')
-depends=('libvorbis')
-source=(http://sjeng.org/ftp/vorbis/${pkgname}-${pkgver}.tar.gz)
-md5sums=('850b05a7b2b0ee67edb5a27b8c6ac3a2')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr \
-  	--enable-recursive \
-	--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: vorbisgain/repos/community-x86_64/PKGBUILD (from rev 341507, vorbisgain/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-06 17:30:43 UTC (rev 341508)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Shinlun Hsieh <yngwiexx at yahoo.com.tw>
+# Contributor: Cory Farmer <rbgkofi at ameritech.net>
+pkgname=vorbisgain
+pkgver=0.37
+pkgrel=5
+pkgdesc="A utility that computes the ReplayGain values for Ogg Vorbis files."
+arch=('x86_64')
+url="http://sjeng.org/vorbisgain.html"
+license=('GPL')
+depends=('libvorbis')
+source=(http://sjeng.org/ftp/vorbis/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('67181834e1a0d7c6e1ccd984e2d30ebf1dcdff84caa77f75e5e771de8414904810e966a43852b7184e075d2428fd8b431124835efc370ce6504b8b2756746e04')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+  	--enable-recursive \
+	--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}



More information about the arch-commits mailing list