author | Antonio Rojas
<arojas@archlinux.org> 2024-02-21 22:45:36 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2024-02-21 22:45:36 UTC |
parent | a720ffbae4637ba17d54691a305bc25a65cc4418 |
.SRCINFO | +19 | -0 |
PKGBUILD | +1 | -1 |
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..7c702b5 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,19 @@ +pkgbase = signond + pkgdesc = A D-Bus service which performs user authentication on behalf of its clients + pkgver = 8.61 + pkgrel = 3 + url = https://gitlab.com/accounts-sso/signond/ + arch = x86_64 + license = LGPL + makedepends = doxygen + makedepends = git + makedepends = graphviz + makedepends = qt6-tools + makedepends = ttf-font + depends = gcc-libs + depends = glibc + depends = qt6-base + source = git+https://gitlab.com/nicolasfella/signond#commit=c8ad98249af541514ff7a81634d3295e712f1a39 + sha256sums = SKIP + +pkgname = signond diff --git a/PKGBUILD b/PKGBUILD index 5221018..1b4b095 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname=signond pkgver=8.61 -pkgrel=2 +pkgrel=3 pkgdesc='A D-Bus service which performs user authentication on behalf of its clients' arch=(x86_64) url='https://gitlab.com/accounts-sso/signond/'