diff --git a/opusfile/PKGBUILD b/opusfile/PKGBUILD index 1dddbbaf5..858461cd3 100644 --- a/opusfile/PKGBUILD +++ b/opusfile/PKGBUILD @@ -1,16 +1,15 @@ -# The initial version of this file came from Arch Linux, and newer revisions may be based on theirs. -# See https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/opusfile for a list of Arch Linux contributors. +# Contributions from: https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/opusfile pkgname=opusfile -pkgver=0.2 +pkgver=0.7 pkgrel=1 pkgdesc='Library for opening, seeking, and decoding .opus files' -arch=('i686' 'x86_64') +arch=('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=('454375f51fb2f84bef9bf2fbf9535bb1') +sha256sums=('9e2bed13bc729058591a0f1cab2505e8cfd8e7ac460bf10a78bcc3b125e7c301') build() { cd $pkgname-$pkgver