author | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:30:56 UTC |
committer | Urja (ARMLFS builder)
<urja+armlfs@urja.dev> 2024-06-19 07:30:56 UTC |
parent | 4189430a34aae2b9772b1489e358d59cceac4aad |
.gitignore | +2 | -0 |
PKGBUILD | +3 | -3 |
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 2f04a45..e10827d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,12 +6,12 @@ _pkgname=signon-oauth2 pkgver=0.25 pkgrel=3 pkgdesc='OAuth 2 plugin for signon' -arch=(x86_64) +arch=(x86_64 'armv7h') url='https://gitlab.com/accounts-sso/signon-plugin-oauth2' license=(LGPL) depends=(gcc-libs glibc - qt6-base + qt5-base signond) makedepends=(git) # source=(https://gitlab.com/accounts-sso/signon-plugin-oauth2/-/archive/VERSION_$pkgver/signon-plugin-oauth2-VERSION_$pkgver.tar.bz2) @@ -30,7 +30,7 @@ prepare() { build() { cd $pkgname - qmake6 \ + qmake \ PREFIX=/usr \ LIBDIR=/usr/lib make