author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-03-02 10:21:21 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-03-02 10:21:21 UTC |
parent | 53b48020342c5ff03bc14297b8d48001ffd5bb46 |
.SRCINFO | +1 | -0 |
.gitignore | +2 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index c0ff91d..1d1e591 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,6 +4,7 @@ pkgbase = libofa pkgrel = 10 url = https://github.com/tanob/libofa arch = x86_64 + arch = armv7h license = GPL2 license = custom depends = expat diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a43258a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/src/ +/pkg/ diff --git a/PKGBUILD b/PKGBUILD index bcd510b..bf8909a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=libofa pkgver=0.9.3 pkgrel=10 pkgdesc="An open-source audio fingerprint by MusicIP" -arch=('x86_64') +arch=('x86_64' 'armv7h') url="https://github.com/tanob/libofa" license=('GPL2' 'custom') depends=('expat' 'curl' 'fftw')