author | Antonio Rojas
<arojas@archlinux.org> 2024-02-21 22:50:55 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-02-21 22:50:55 UTC |
parent | de73380abdaa7df432c02879a6fffa7ea597d2ab |
.SRCINFO | +16 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..3de92c1 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,16 @@ +pkgbase = signon-plugin-oauth2 + pkgdesc = OAuth 2 plugin for signon + pkgver = 0.25 + pkgrel = 3 + url = https://gitlab.com/accounts-sso/signon-plugin-oauth2 + arch = x86_64 + license = LGPL + makedepends = git + depends = gcc-libs + depends = glibc + depends = qt6-base + depends = signond + source = git+https://gitlab.com/nicolasfella/signon-plugin-oauth2#commit=fab698862466994a8fdc9aa335c87b4f05430ce6 + sha256sums = SKIP + +pkgname = signon-plugin-oauth2 diff --git a/PKGBUILD b/PKGBUILD index ddb8812..2f04a45 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=signon-plugin-oauth2 _pkgname=signon-oauth2 pkgver=0.25 -pkgrel=2 +pkgrel=3 pkgdesc='OAuth 2 plugin for signon' arch=(x86_64) url='https://gitlab.com/accounts-sso/signon-plugin-oauth2'