summaryrefslogtreecommitdiff
path: root/community/opusfile
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/opusfile
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/opusfile')
-rw-r--r--community/opusfile/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/opusfile/PKGBUILD b/community/opusfile/PKGBUILD
index d6038e896..c61e4d72c 100644
--- a/community/opusfile/PKGBUILD
+++ b/community/opusfile/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 99942 2013-10-31 02:36:12Z allan $
+# $Id: PKGBUILD 102291 2013-12-07 11:02:30Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
pkgname=opusfile
-pkgver=0.2
-pkgrel=3
+pkgver=0.4
+pkgrel=1
pkgdesc='Library for opening, seeking, and decoding .opus files'
arch=('i686' 'x86_64')
url='http://www.opus-codec.org/'
license=('custom')
depends=('libogg' 'openssl' 'opus')
source=(http://downloads.xiph.org/releases/opus/${pkgname}-${pkgver}.tar.gz)
-md5sums=('454375f51fb2f84bef9bf2fbf9535bb1')
+md5sums=('80f3d4106106905255ff84def1b5d9ae')
build() {
cd $pkgname-$pkgver