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

Kyle Keen kkeen at archlinux.org
Wed Sep 19 11:02:19 UTC 2018


    Date: Wednesday, September 19, 2018 @ 11:02:18
  Author: kkeen
Revision: 383378

upgpkg: opus-tools 0.2-1

Modified:
  opus-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-19 11:00:04 UTC (rev 383377)
+++ PKGBUILD	2018-09-19 11:02:18 UTC (rev 383378)
@@ -4,15 +4,15 @@
 # Contributor: pumbur
 
 pkgname=opus-tools
-pkgver=0.1.10
+pkgver=0.2
 pkgrel=1
 pkgdesc='Collection of tools for Opus audio codec'
 arch=('x86_64')
 url='http://wiki.xiph.org/Opus-tools'
 license=('BSD')
-depends=('flac' 'libogg' 'opus')
-source=(http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz)
-md5sums=('6b78535d58b94832710b14e219f65a91')
+depends=('flac' 'libogg' 'opus' 'opusfile' 'libopusenc')
+source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz")
+md5sums=('ff2d0536e960cabbfb8ca7c8c1759b6c')
 
 build(){
   cd "$pkgname-$pkgver"



More information about the arch-commits mailing list