Date: Saturday, July 30, 2016 @ 20:56:42 Author: arodseth Revision: 184677
upgpkg: opusfile 0.8-1 Modified: opusfile/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-30 17:51:18 UTC (rev 184676) +++ PKGBUILD 2016-07-30 20:56:42 UTC (rev 184677) @@ -1,11 +1,11 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Bartłomiej Piotrowski <[email protected]> -# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com> +# Contributor: DrZaius <[email protected]> pkgname=opusfile -pkgver=0.7 -pkgrel=2 +pkgver=0.8 +pkgrel=1 pkgdesc='Library for opening, seeking, and decoding .opus files' arch=('x86_64' 'i686') url='http://www.opus-codec.org/' @@ -12,7 +12,7 @@ license=('BSD') depends=('libogg' 'openssl' 'opus') source=("http://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz") -sha256sums=('9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301') +sha256sums=('2c231ed3cfaa1b3173f52d740e5bbd77d51b9dfecb87014b404917fba4b855a4') build() { cd "$pkgname-$pkgver" @@ -28,5 +28,4 @@ install -Dm644 COPYING "$pkgdir/usr/share/licenses/opusfile/LICENSE" } -# getver: -u 4 opus-codec.org/downloads # vim:set ts=2 sw=2 et:
