diff options
Diffstat (limited to 'extra/spandsp/PKGBUILD')
-rw-r--r-- | extra/spandsp/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/spandsp/PKGBUILD b/extra/spandsp/PKGBUILD index 3f5f5f94e..bd61876a2 100644 --- a/extra/spandsp/PKGBUILD +++ b/extra/spandsp/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 154549 2012-03-30 08:01:29Z tpowa $ +# $Id: PKGBUILD 165523 2012-08-22 19:37:34Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> pkgname=spandsp -pkgver=0.0.6pre20 +pkgver=0.0.6pre21 pkgrel=1 pkgdesc="A DSP library for telephony" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) license=('GPL') url="http://www.soft-switch.org/" depends=('libtiff') @@ -27,4 +27,4 @@ package() { cd $srcdir/$pkgname-0.0.6 make DESTDIR=$pkgdir install } -md5sums=('9bdf1d027f1b5dc5e622d707fa1634cb') +md5sums=('492f3790439891c07d8c06e97ccbfcf1') |