extra/speexdsp to 1.2.0-2.1

This commit is contained in:
Kevin Mihelich 2022-02-07 03:47:41 +00:00
parent 7d83e1bd7b
commit fb02f9cdbe
1 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,10 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - configure with --disable-neon
# remove when bumped upstream
pkgname=speexdsp
pkgver=1.2.0
pkgrel=2
pkgrel=2.1
pkgdesc="DSP library derived from Speex"
arch=(x86_64)
url="https://www.speex.org/"
@ -20,7 +19,7 @@ prepare() {
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static --disable-neon
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static
make
}