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

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 01:31:30 UTC 2022


    Date: Monday, April 25, 2022 @ 01:31:30
  Author: allan
Revision: 1189786

archrelease: copy trunk to community-x86_64

Added:
  opus-tools/repos/community-x86_64/PKGBUILD
    (from rev 1189785, opus-tools/trunk/PKGBUILD)
Deleted:
  opus-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 01:31:11 UTC (rev 1189785)
+++ PKGBUILD	2022-04-25 01:31:30 UTC (rev 1189786)
@@ -1,28 +0,0 @@
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Michael Düll <mail at akurei.me>
-# Contributor: pumbur
-
-pkgname=opus-tools
-pkgver=0.2
-pkgrel=3
-pkgdesc='Collection of tools for Opus audio codec'
-arch=('x86_64')
-url='https://wiki.xiph.org/Opus-tools'
-license=('BSD')
-depends=('flac' 'libogg' 'opus' 'opusfile>=0.12' 'libopusenc')
-source=("https://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
-md5sums=('ff2d0536e960cabbfb8ca7c8c1759b6c')
-
-build(){
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: opus-tools/repos/community-x86_64/PKGBUILD (from rev 1189785, opus-tools/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 01:31:30 UTC (rev 1189786)
@@ -0,0 +1,28 @@
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Michael Düll <mail at akurei.me>
+# Contributor: pumbur
+
+pkgname=opus-tools
+pkgver=0.2
+pkgrel=4
+pkgdesc='Collection of tools for Opus audio codec'
+arch=('x86_64')
+url='https://wiki.xiph.org/Opus-tools'
+license=('BSD')
+depends=('flac' 'libogg' 'opus' 'opusfile>=0.12' 'libopusenc')
+source=("https://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
+md5sums=('ff2d0536e960cabbfb8ca7c8c1759b6c')
+
+build(){
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}



More information about the arch-commits mailing list