author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:31:06 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:31:06 UTC |
parent | 4a74d7b43fb075b5f05f2842dd64c54b506cc08b |
.gitignore | +2 | -0 |
PKGBUILD | +1 | -1 |
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 9583398..19a3f3d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ _basever=5.15.13 pkgver=5.15.13 pkgrel=1 _commit=6ac6d23a8f558f36f1162b419858cc44dccd4d2b -arch=('x86_64') +arch=('x86_64' 'armv7h') url='https://www.qt.io' license=('GPL3') pkgdesc='Qt Data Visualization module'