summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGianluca Boiano2020-11-09 02:25:56 +0100
committerGianluca Boiano2020-11-09 02:25:56 +0100
commit9592bfefab3e71b6e28a87a8ca49355018abd90a (patch)
tree0a3b1c1f4c7251e4b7d66a125d13a9e0815451a3 /PKGBUILD
parentcbfead96b70597dc46c956e039e7f788ac5ca44b (diff)
downloadaur-librespeaker-bin.tar.gz
librespeaker-bin: add prebuild libatlas
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 615509500ae6..675534a94421 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="An audio processing library which can perform noise suppression, beamfo
arch=('armv6h' 'armv7h' 'aarch64')
url="https://github.com/Seeed-Studio/pi_repo"
license=('PROPRIETARY')
-depends=('libpulse')
+depends=('fftw' 'libpulse' 'libpulse' 'libsndfile')
provides=('librespeaker')
conflicts=('librespeaker')
install=
@@ -16,6 +16,7 @@ source=("https://github.com/M0Rf30/librespeaker-bin/archive/$pkgver.tar.gz")
package() {
cd "$pkgname-$pkgver"
cp -r * "$pkgdir"
+ chmod +x $pkgdir/usr/lib/*.so.*
}
-md5sums=('6b5a1d60215f2dec4235dee6a6f4f57e')
+md5sums=('f3a6022dc9481ab42e6761eb98c370f2')