summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJamie Magee2020-05-11 22:01:54 +0200
committerJamie Magee2020-05-11 22:01:54 +0200
commit1798a407004dbb147663edc63b753862a7eb9532 (patch)
treec913a23a598c1e9fef4652c184191174a8d6d2f9
parent098c66d655c32e9f9c1ae26a87be0001585fb7bf (diff)
downloadaur-1798a407004dbb147663edc63b753862a7eb9532.tar.gz
upgpkg: gp-saml-gui-git r24.6133ffe-2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b41c1d7135e8..58d31ec528ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = gp-saml-gui-git
pkgdesc = Interactively authenticate to GlobalProtect VPNs that require SAML
pkgver = r24.6133ffe
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dlenski/gp-saml-gui
arch = any
license = GPL3
+ makedepends = git
depends = python
depends = python-requests
- depends = pygobject-devel
+ depends = webkit2gtk
+ depends = python-gobject
provides = gp-saml-gui
conflicts = gp-saml-gui
source = gp-saml-gui::git+https://github.com/dlenski/gp-saml-gui
diff --git a/PKGBUILD b/PKGBUILD
index 1144869d179a..83ad8c07d50d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
_name=gp-saml-gui
pkgname=$_name-git
pkgver=r24.6133ffe
-pkgrel=1
+pkgrel=2
pkgdesc='Interactively authenticate to GlobalProtect VPNs that require SAML'
arch=(any)
url="https://github.com/dlenski/$_name"
license=('GPL3')
provides=($_name)
conflicts=($_name)
-depends=('python' 'python-requests' 'pygobject-devel')
+depends=('python' 'python-requests' 'webkit2gtk' 'python-gobject')
+makedepends=('git')
source=("${_name}::git+${url}" 'gp-saml-gui.sh')
b2sums=('SKIP'
'2db9e1cfee4c059fdd84c682ff3aeadb63cd6fddbb2963718f0d3c4520ee609dcc930eb4072096fa2ad651c00ac36e6d2ca4859fe9225aa9002d893b927b7878')