summaryrefslogtreecommitdiff
path: root/extra/opus
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-22 01:11:27 -0700
committerroot <root@rshg054.dnsready.net>2013-10-22 01:11:27 -0700
commitd5839dd449651d7781de570240f3d0a1a9162320 (patch)
tree59a51057ead59eda118056ff05b1e2b941fa356b /extra/opus
parent61f20cbeb90ac877764e14b7c4e1c5c08b3e5383 (diff)
Tue Oct 22 01:11:15 PDT 2013
Diffstat (limited to 'extra/opus')
-rw-r--r--extra/opus/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/opus/PKGBUILD b/extra/opus/PKGBUILD
index 40760be9b..f67e2c7cd 100644
--- a/extra/opus/PKGBUILD
+++ b/extra/opus/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 190019 2013-07-12 21:33:32Z heftig $
+# $Id: PKGBUILD 196962 2013-10-21 11:46:35Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com>
@@ -6,7 +6,7 @@
pkgname=opus
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="Codec designed for interactive speech and audio transmission over the Internet"
arch=(i686 x86_64)
url="http://www.opus-codec.org/"
@@ -18,7 +18,7 @@ md5sums=('86eedbd3c5a0171d2437850435e6edff')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr --enable-custom-modes
+ ./configure --prefix=/usr --enable-custom-modes --disable-static
make
}