| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2026-01-10 11:13:32 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2026-01-10 11:13:32 UTC |
| parent | a93bbc210e0832d7ec297da8777384441645d36e |
| .SRCINFO | +1 | -0 |
| .gitignore | +2 | -0 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index f5112e1..9fbfe9a 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,6 +4,7 @@ pkgbase = id3lib pkgrel = 19 url = http://id3lib.sourceforge.net/ arch = x86_64 + arch = armv7h license = GPL-2.0-only depends = gcc-libs depends = glibc 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 21dde58..02f6965 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,7 +7,7 @@ pkgname=id3lib pkgver=3.8.3 pkgrel=19 pkgdesc='Library for reading, writing, and manipulating ID3v1 and ID3v2 tags' -arch=(x86_64) +arch=(x86_64 'armv7h') license=(GPL-2.0-only) url='http://id3lib.sourceforge.net/' depends=(gcc-libs