Date: Friday, September 21, 2018 @ 10:48:34 Author: arodseth Revision: 383819
upgpkg: opusfile 0.11-1 Modified: opusfile/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-09-21 10:41:08 UTC (rev 383818) +++ PKGBUILD 2018-09-21 10:48:34 UTC (rev 383819) @@ -1,9 +1,9 @@ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Bartłomiej Piotrowski <[email protected]> # Contributor: DrZaius <[email protected]> pkgname=opusfile -pkgver=0.10 +pkgver=0.11 pkgrel=1 pkgdesc='Library for opening, seeking, and decoding .opus files' arch=('x86_64') @@ -11,7 +11,7 @@ license=('BSD') depends=('libogg' 'openssl' 'opus') source=("https://downloads.xiph.org/releases/opus/$pkgname-$pkgver.tar.gz") -sha256sums=('48e03526ba87ef9cf5f1c47b5ebe3aa195bd89b912a57060c36184a6cd19412f') +sha256sums=('74ce9b6cf4da103133e7b5c95df810ceb7195471e1162ed57af415fabf5603bf') build() { cd "$pkgname-$pkgver" @@ -28,4 +28,4 @@ } # getver: github.com/xiph/opusfile/tags -# vim:ts=2 sw=2 et: +# vim: ts=2 sw=2 et:
