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

Eric Bélanger eric at nymeria.archlinux.org
Sat Feb 1 00:47:43 UTC 2014


    Date: Saturday, February 1, 2014 @ 01:47:43
  Author: eric
Revision: 105123

upgpkg: opusfile 0.5-1

Upstream update, Fix license

Modified:
  opusfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-31 23:52:20 UTC (rev 105122)
+++ PKGBUILD	2014-02-01 00:47:43 UTC (rev 105123)
@@ -3,15 +3,15 @@
 # Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
 
 pkgname=opusfile
-pkgver=0.4
+pkgver=0.5
 pkgrel=1
 pkgdesc='Library for opening, seeking, and decoding .opus files'
 arch=('i686' 'x86_64')
 url='http://www.opus-codec.org/'
-license=('custom')
+license=('BSD')
 depends=('libogg' 'openssl' 'opus')
 source=(http://downloads.xiph.org/releases/opus/${pkgname}-${pkgver}.tar.gz)
-md5sums=('80f3d4106106905255ff84def1b5d9ae')
+md5sums=('6c96ae240ada27fafff423f96a8814cb')
 
 build() {
   cd $pkgname-$pkgver




More information about the arch-commits mailing list