| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:36 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:36 UTC |
| parent | b255272834106d6152587790951379eee05ac8a5 |
| .SRCINFO | +2 | -1 |
| .gitignore | +2 | -0 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index 34fec0f..e7b6ea8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,8 @@ pkgbase = lrzsz pkgrel = 13 url = https://www.ohse.de/uwe/software/lrzsz.html arch = x86_64 - license = GPL2 + arch = armv7h + license = GPL-2.0-only source = https://www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz source = https://src.fedoraproject.org/rpms/lrzsz/raw/rawhide/f/lrzsz-0.12.20.patch source = lrzsz.patch 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 7eacb95..34fe2b7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=13 pkgdesc="xmodem, ymodem and zmodem file transfer protocols" url="https://www.ohse.de/uwe/software/lrzsz.html" license=('GPL-2.0-only') -arch=('x86_64') +arch=('x86_64' 'armv7h') source=(https://www.ohse.de/uwe/releases/$pkgname-$pkgver.tar.gz https://src.fedoraproject.org/rpms/lrzsz/raw/rawhide/f/lrzsz-0.12.20.patch lrzsz.patch