summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2024-03-03 14:35:54 +0000
committerXiretza2024-03-03 14:35:54 +0000
commita6c1a02439924aaec90eb974c1f12fcf763b4abe (patch)
tree08857d5f65005f4a5fbe9cb568e4ec15f196c714
parent8ec88cd615528b227a5d23af703c6c0d312a195a (diff)
downloadaur-python-gpsoauth.tar.gz
Update to 1.0.4
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1940fff3679..6226f2be8f83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-gpsoauth
pkgdesc = A python client library for Google Play Services OAuth.
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/simon-weber/gpsoauth
arch = any
@@ -12,7 +12,8 @@ pkgbase = python-gpsoauth
depends = python
depends = python-requests
depends = python-pycryptodomex
- source = gpsoauth-1.0.3.tar.gz::https://github.com/simon-weber/gpsoauth/archive/1.0.3.tar.gz
- sha256sums = 7e26b55d311bc639ef52d2b6c1aaacce63f88e76b8457aec4b8f3157ff0721f0
+ depends = python-urllib3
+ source = gpsoauth-1.0.4.tar.gz::https://github.com/simon-weber/gpsoauth/archive/1.0.4.tar.gz
+ sha256sums = 844205bf695fc39e4851a1d4ed9043725bbd161dca728c08df87f86956290162
pkgname = python-gpsoauth
diff --git a/PKGBUILD b/PKGBUILD
index c0d507be2a71..bd70cd63c0e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_pkgname=gpsoauth
pkgname=python-$_pkgname
-pkgver='1.0.3'
+pkgver='1.0.4'
pkgrel=1
pkgdesc="A python client library for Google Play Services OAuth."
url="https://github.com/simon-weber/gpsoauth"
-depends=('python' 'python-requests' 'python-pycryptodomex')
+depends=('python' 'python-requests' 'python-pycryptodomex' 'python-urllib3')
makedepends=('python-build' 'python-installer' 'python-poetry')
checkdepends=('python-pytest')
license=('MIT')
arch=('any')
source=("${_pkgname}-$pkgver.tar.gz::https://github.com/simon-weber/${_pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('7e26b55d311bc639ef52d2b6c1aaacce63f88e76b8457aec4b8f3157ff0721f0')
+sha256sums=('844205bf695fc39e4851a1d4ed9043725bbd161dca728c08df87f86956290162')
build() {
cd "${_pkgname}-${pkgver}"