git » signon-ui.git » commit c096479

upgpkg: 0.17+20231016-2: Bump for staging

author Antonio Rojas
2024-02-21 22:46:41 UTC
committer Antonio Rojas
2024-02-21 22:46:41 UTC
parent b90680927c52b65290b2f701b1c1c5fb63904cd2

upgpkg: 0.17+20231016-2: Bump for staging

.SRCINFO +23 -0
PKGBUILD +1 -1

diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 0000000..e214778
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,23 @@
+pkgbase = signon-ui
+	pkgdesc = UI component responsible for handling the user interactions which can happen during the login process of an online account
+	pkgver = 0.17+20231016
+	pkgrel = 2
+	url = https://launchpad.net/online-accounts-signon-ui
+	arch = x86_64
+	license = GPL
+	depends = gcc-libs
+	depends = glib2
+	depends = glibc
+	depends = libaccounts-qt
+	depends = libnotify
+	depends = libproxy
+	depends = qt6-base
+	depends = qt6-declarative
+	depends = qt6-webengine
+	depends = signond
+	source = https://gitlab.com/accounts-sso/signon-ui/-/archive/eef943f0edf3beee8ecb85d4a9dae3656002fc24/signon-ui-0.17+20231016.tar.gz
+	source = fake-user-agent.patch
+	sha256sums = 0906a1adee88e331e9dcf1f2d5978c24f8564fb734f5c114c88bddb63196d3d4
+	sha256sums = 5eb7782c6472e51a8107a25324d1d30052bac5d8e9050907cd957c89568fa577
+
+pkgname = signon-ui
diff --git a/PKGBUILD b/PKGBUILD
index 6a4a2cd..6dc0262 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=signon-ui
 pkgver=0.17+20231016
-pkgrel=1
+pkgrel=2
 _commit=eef943f0edf3beee8ecb85d4a9dae3656002fc24
 pkgdesc='UI component responsible for handling the user interactions which can happen during the login process of an online account'
 arch=(x86_64)