[arch-commits] Commit in opusfile/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Feb 6 13:44:23 UTC 2020


    Date: Thursday, February 6, 2020 @ 13:44:22
  Author: arodseth
Revision: 563625

upgpkg: opusfile 0.11-2

Modified:
  opusfile/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-06 12:21:25 UTC (rev 563624)
+++ PKGBUILD	2020-02-06 13:44:22 UTC (rev 563625)
@@ -4,18 +4,17 @@
 
 pkgname=opusfile
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Library for opening, seeking, and decoding .opus files'
-arch=('x86_64')
+arch=(x86_64)
 url='https://opus-codec.org/'
-license=('BSD')
-depends=('libogg' 'openssl' 'opus')
+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
 }
@@ -22,7 +21,6 @@
 
 package() {
   cd "$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/opusfile/LICENSE"
 }



More information about the arch-commits mailing list