summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrobertfoster2025-02-02 12:18:37 +0000
committerrobertfoster2025-02-02 12:18:37 +0000
commitace68853b1d4f034dae1cedfd4ba3706624fd2a0 (patch)
tree3562c32371e20697372589cf2bf26937eccb78bd /PKGBUILD
parenta6c1a02439924aaec90eb974c1f12fcf763b4abe (diff)
downloadaur-ace68853b1d4f034dae1cedfd4ba3706624fd2a0.tar.gz
Update PKGBUILD and .SRCINFO with GitHub Actions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bd70cd63c0e5..cc2fb8296c14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
_pkgname=gpsoauth
pkgname=python-$_pkgname
-pkgver='1.0.4'
+pkgver=1.1.1 # renovate: datasource=github-tags depName=simon-weber/gpsoauth
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' 'python-urllib3')
+depends=('python' 'python-requests' 'python-pycryptodomex')
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=('844205bf695fc39e4851a1d4ed9043725bbd161dca728c08df87f86956290162')
+sha256sums=('db7c1919a0cd775a32ca7948af13f24fb355b6033d814905083a9672d3c59647')
build() {
cd "${_pkgname}-${pkgver}"