diff options
author | robertfoster | 2025-02-02 12:18:37 +0000 |
---|---|---|
committer | robertfoster | 2025-02-02 12:18:37 +0000 |
commit | ace68853b1d4f034dae1cedfd4ba3706624fd2a0 (patch) | |
tree | 3562c32371e20697372589cf2bf26937eccb78bd /PKGBUILD | |
parent | a6c1a02439924aaec90eb974c1f12fcf763b4abe (diff) | |
download | aur-ace68853b1d4f034dae1cedfd4ba3706624fd2a0.tar.gz |
Update PKGBUILD and .SRCINFO with GitHub Actions
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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}" |