diff options
Diffstat (limited to 'community/opusfile')
-rw-r--r-- | community/opusfile/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/community/opusfile/PKGBUILD b/community/opusfile/PKGBUILD index 00afd1442..d6038e896 100644 --- a/community/opusfile/PKGBUILD +++ b/community/opusfile/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 99261 2013-10-26 14:32:18Z bpiotrowski $ +# $Id: PKGBUILD 99942 2013-10-31 02:36:12Z allan $ # Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> # Contributor: DrZaius <lou[at]fakeoutdoorsman[dot]com> @@ -10,7 +10,6 @@ arch=('i686' 'x86_64') url='http://www.opus-codec.org/' license=('custom') depends=('libogg' 'openssl' 'opus') -options=('!libtool') source=(http://downloads.xiph.org/releases/opus/${pkgname}-${pkgver}.tar.gz) md5sums=('454375f51fb2f84bef9bf2fbf9535bb1') |