git » libvorbis.git » commit 4a654ed

libvorbis 1.3.7

author Urja (ARMLFS builder)
2024-07-12 17:48:11 UTC
committer Urja (ARMLFS builder)
2024-07-12 17:48:11 UTC
parent 508c0634058e5571c0f9d3efb1e44cfb6fb60adb

libvorbis 1.3.7

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 8361aa8..6c2e3db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgname=libvorbis
 pkgver=1.3.7
 pkgrel=3
 pkgdesc='Reference implementation of the Ogg Vorbis audio format'
-arch=(armv7h)
+arch=(armv7h 'aarch64')
 url=https://www.xiph.org/vorbis/
 license=(BSD)
 depends=(libogg.so)
@@ -46,7 +46,7 @@ build() {
 }
 
 check() {
-  make -C vorbis check
+  make -j1 -C vorbis check
 }
 
 package() {