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

Bruno Pagani archange at archlinux.org
Sun Oct 21 17:43:21 UTC 2018


    Date: Sunday, October 21, 2018 @ 17:43:20
  Author: archange
Revision: 398278

archrelease: copy trunk to community-x86_64

Added:
  bs1770gain/repos/community-x86_64/PKGBUILD
    (from rev 398277, bs1770gain/trunk/PKGBUILD)
Deleted:
  bs1770gain/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-21 17:43:01 UTC (rev 398277)
+++ PKGBUILD	2018-10-21 17:43:20 UTC (rev 398278)
@@ -1,23 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=bs1770gain
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
-arch=('x86_64')
-url="http://bs1770gain.sourceforge.net"
-license=('GPL')
-depends=('ffmpeg' 'sox')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('31e68b6a1b8ceda939cb47340a1f0a5bed9057a7ccaab785655fe8338118a76d')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure --prefix=/usr
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-}

Copied: bs1770gain/repos/community-x86_64/PKGBUILD (from rev 398277, bs1770gain/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-21 17:43:20 UTC (rev 398278)
@@ -0,0 +1,23 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=bs1770gain
+pkgver=0.5.1
+pkgrel=1
+pkgdesc="A loudness scanner compliant with ITU-R BS.1770."
+arch=('x86_64')
+url="http://bs1770gain.sourceforge.net"
+license=('GPL')
+depends=('ffmpeg' 'sox')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('06749f866417e6bcdb9fb24883cb08ae54248333a532380c7ddc56f7a45a8e64')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list