author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-03-02 10:33:18 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-03-02 10:33:18 UTC |
parent | 089f0dede5c6f65b650198184af91b51cc84aeeb |
.gitignore | +2 | -0 |
PKGBUILD | +1 | -1 |
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 4a4c3ba..7ddc09b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=(liblastfm-qt5) pkgver=1.1.0 pkgrel=1 pkgdesc="A Qt C++ library for the Last.fm webservices" -arch=('x86_64') +arch=('x86_64' 'armv7h') url='https://github.com/lastfm/liblastfm/' license=('GPL3') depends=('qt5-base' 'fftw' 'libsamplerate')