| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-11-08 07:22:19 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-11-08 07:22:19 UTC |
| parent | a92dcfec3f9c0c8e0dae94dbd5ce8667e28fd072 |
| .SRCINFO | +2 | -0 |
| .gitignore | +2 | -0 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 1b06953..bcf20a5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,6 +4,8 @@ pkgbase = cpio pkgrel = 3 url = https://www.gnu.org/software/cpio arch = x86_64 + arch = armv7h + arch = aarch64 license = GPL-3.0-or-later makedepends = git makedepends = rsync 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 542c98e..b06b660 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=cpio pkgver=2.15 pkgrel=3 pkgdesc="A tool to copy files into or out of a cpio or tar archive" -arch=(x86_64) +arch=(x86_64 'armv7h' 'aarch64') license=('GPL-3.0-or-later') url="https://www.gnu.org/software/cpio" depends=('glibc')