mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/speex to 1.2.0-2
This commit is contained in:
parent
77afadafe2
commit
d3201193ac
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
|
||||
# Contributor: Jason Chu <jason@archlinux.org>
|
||||
|
||||
|
@ -7,13 +6,13 @@
|
|||
|
||||
pkgname=speex
|
||||
pkgver=1.2.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A free codec for free speech"
|
||||
arch=(i686 x86_64)
|
||||
arch=(x86_64)
|
||||
url="https://speex.org/"
|
||||
license=(BSD)
|
||||
depends=(libogg speexdsp)
|
||||
source=(http://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
source=(https://downloads.us.xiph.org/releases/$pkgname/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('eaae8af0ac742dc7d542c9439ac72f1f385ce838392dc849cae4536af9210094')
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue