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

Alexander Rødseth arodseth at archlinux.org
Fri Sep 21 10:48:42 UTC 2018


    Date: Friday, September 21, 2018 @ 10:48:42
  Author: arodseth
Revision: 383820

archrelease: copy trunk to community-x86_64

Added:
  opusfile/repos/community-x86_64/PKGBUILD
    (from rev 383819, opusfile/trunk/PKGBUILD)
Deleted:
  opusfile/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-21 10:48:34 UTC (rev 383819)
+++ PKGBUILD	2018-09-21 10:48:42 UTC (rev 383820)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: DrZaius <lou at fakeoutdoorsman.com>
-
-pkgname=opusfile
-pkgver=0.10
-pkgrel=1
-pkgdesc='Library for opening, seeking, and decoding .opus files'
-arch=('x86_64')
-url='https://opus-codec.org/'
-license=('BSD')
-depends=('libogg' 'openssl' 'opus')
-source=("https://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
-sha256sums=('48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/opusfile/LICENSE"
-}
-
-# getver: github.com/xiph/opusfile/tags
-# vim:ts=2 sw=2 et:

Copied: opusfile/repos/community-x86_64/PKGBUILD (from rev 383819, opusfile/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-21 10:48:42 UTC (rev 383820)
@@ -0,0 +1,31 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: DrZaius <lou at fakeoutdoorsman.com>
+
+pkgname=opusfile
+pkgver=0.11
+pkgrel=1
+pkgdesc='Library for opening, seeking, and decoding .opus files'
+arch=('x86_64')
+url='https://opus-codec.org/'
+license=('BSD')
+depends=('libogg' 'openssl' 'opus')
+source=("https://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
+sha256sums=('74ce9b6cf4da103133e7b5c95df810ceb7195471e1162ed57af415fabf5603bf')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/opusfile/LICENSE"
+}
+
+# getver: github.com/xiph/opusfile/tags
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list