Date: Monday, August 14, 2017 @ 10:13:17 Author: arodseth Revision: 250275
upgpkg: opusfile 0.9-1 Modified: opusfile/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-14 10:11:49 UTC (rev 250274) +++ PKGBUILD 2017-08-14 10:13:17 UTC (rev 250275) @@ -4,8 +4,8 @@ # Contributor: DrZaius <[email protected]> pkgname=opusfile -pkgver=0.8 -pkgrel=2 +pkgver=0.9 +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=('2c231ed3cfaa1b3173f52d740e5bbd77d51b9dfecb87014b404917fba4b855a4') +sha256sums=('f75fb500e40b122775ac1a71ad80c4477698842a8fe9da4a1b4a1a9f16e4e979') build() { cd "$pkgname-$pkgver" @@ -28,4 +28,5 @@ install -Dm644 COPYING "$pkgdir/usr/share/licenses/opusfile/LICENSE" } -# vim:set ts=2 sw=2 et: +# getver: github.com/xiph/opusfile/tags +# vim: ts=2 sw=2 et:
