summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2021-05-02 11:37:39 +0200
committerHans-Nikolai Viessmann2021-05-02 11:37:39 +0200
commitcc19a594956e02f6a15d210ff410599c775b409c (patch)
tree0c4622bc42dc00a9ac4389068fb0903d5dd8c660
parent45b8f26621f45a6f9f345ae3112a6b8e09638e72 (diff)
downloadaur-cc19a594956e02f6a15d210ff410599c775b409c.tar.gz
add missing wheel and pip depends; thanks @lowph
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28b283c1d739..5e41ca4d31f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,19 @@
pkgbase = python-eduvpn-client
pkgdesc = Linux client and Python client API for eduVPN
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/eduvpn/python-eduvpn-client
arch = any
license = Apache
makedepends = python-setuptools
+ makedepends = python-pip
depends = python-requests-oauthlib
depends = python-pynacl
depends = mypy
depends = dbus-python
depends = python-gobject
depends = hicolor-icon-theme
+ depends = python-wheel
source = https://github.com/eduvpn/python-eduvpn-client/archive/refs/tags/2.0.0.tar.gz
sha256sums = 4cef709f90eb574de6488cebc7a5b116634dc68bdd4e1145918b711c84a1433e
diff --git a/PKGBUILD b/PKGBUILD
index 2e535bfced29..8409e09728e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Hans-Nikolai Viessmann <hans AT viess DOT mn>
pkgname=python-eduvpn-client
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Linux client and Python client API for eduVPN"
arch=('any')
url="https://github.com/eduvpn/python-eduvpn-client"
license=('Apache')
-depends=('python-requests-oauthlib' 'python-pynacl' 'mypy' 'dbus-python' 'python-gobject' 'hicolor-icon-theme')
-makedepends=('python-setuptools')
+depends=('python-requests-oauthlib' 'python-pynacl' 'mypy' 'dbus-python' 'python-gobject' 'hicolor-icon-theme' 'python-wheel')
+makedepends=('python-setuptools' 'python-pip')
source=("https://github.com/eduvpn/python-eduvpn-client/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('4cef709f90eb574de6488cebc7a5b116634dc68bdd4e1145918b711c84a1433e')