| author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:51 UTC |
| committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2025-12-23 14:42:51 UTC |
| parent | 7e18cb3343ac051fde63bfcebc9b7a331bf418a6 |
| .SRCINFO | +1 | -0 |
| .gitignore | +2 | -0 |
| PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO index a0a14cf..27f2e44 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,6 +4,7 @@ pkgbase = dos2unix pkgrel = 1 url = https://waterlan.home.xs4all.nl/dos2unix.html arch = x86_64 + arch = armv7h license = BSD makedepends = git makedepends = perl 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 c1e6c87..c7c7633 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgname=dos2unix pkgver=7.5.3 pkgrel=1 pkgdesc='Text file format converter' -arch=('x86_64') +arch=('x86_64' 'armv7h') url='https://waterlan.home.xs4all.nl/dos2unix.html' license=('BSD') depends=('glibc')