| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-11-08 07:22:21 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-11-08 07:22:21 UTC |
| parent | 7c6fef633b9ab63ca3ffa713494867c0a2c6f3bf |
| .SRCINFO | +1 | -0 |
| .gitignore | +2 | -0 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index a5595ae..0a350a9 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,6 +4,7 @@ pkgbase = aml pkgrel = 2 url = https://github.com/any1/aml arch = x86_64 + arch = armv7h license = custom:ISC makedepends = git makedepends = meson 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 2f7e314..0fda92f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ pkgname=aml pkgver=0.3.0 pkgrel=2 pkgdesc='Another Main Loop' -arch=(x86_64) +arch=(x86_64 armv7h) url=https://github.com/any1/aml license=(custom:ISC) depends=(glibc)