diff options
author | Xiretza | 2024-03-03 14:35:54 +0000 |
---|---|---|
committer | Xiretza | 2024-03-03 14:35:54 +0000 |
commit | a6c1a02439924aaec90eb974c1f12fcf763b4abe (patch) | |
tree | 08857d5f65005f4a5fbe9cb568e4ec15f196c714 | |
parent | 8ec88cd615528b227a5d23af703c6c0d312a195a (diff) | |
download | aur-python-gpsoauth.tar.gz |
Update to 1.0.4
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 6 deletions
@@ -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 @@ -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}" |