summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGerard Ribugent2023-09-12 08:13:15 +0200
committerGerard Ribugent2023-09-12 08:13:15 +0200
commit07ffda35109dd79943caf36a7d9c8a4cdbe283b2 (patch)
tree9dcb9f00e92640725cdbff93745aabc21572c202 /PKGBUILD
parent92e3e303c0d6a6b5259dc0661ee57c47b2bc2f95 (diff)
downloadaur-07ffda35109dd79943caf36a7d9c8a4cdbe283b2.tar.gz
Bump version 1.29.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5219a050ec9e..b09f646b453d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gerard Ribugent <ribugent <at> gmail <dot> com>
pkgname='python-azure-core'
_name='azure_core'
-pkgver='1.29.3'
+pkgver='1.29.4'
pkgrel=1
pkgdesc="Microsoft Azure Core Library for Python"
url="https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/core/azure-core"
@@ -15,11 +15,11 @@ optdepends=(
'python-aiohttp>=3.0'
)
-makedepends=('python-setuptools')
+makedepends=('python-installer' 'python-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/py3/${_name::1}/$_name/${_name//-/_}-$pkgver-py3-none-any.whl")
-sha256sums=('f8b2910f92b66293d93bd00564924ad20ad48f4a1e150577cf18d1e7d4f9263c')
+sha256sums=('b03261bcba22c0b9290faf9999cedd23e849ed2577feee90515694cea6bc74bf')
package() {
python -m installer --destdir="$pkgdir" ${_name}-${pkgver}-py3-none-any.whl