summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuto update bot2023-03-25 07:55:57 +0000
committerAuto update bot2023-03-25 07:55:57 +0000
commitcc4c69b290d5578dc7760818e7775253208b3355 (patch)
treeb651bd683410ffa5a5b07ea62c61aa563ad01c0c /PKGBUILD
parent8496a1e824067bb98508e88e66d3533ae339eb8d (diff)
downloadaur-cc4c69b290d5578dc7760818e7775253208b3355.tar.gz
Auto updated to 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b12874fce0d..801a548c83bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
_base=requests-cache
pkgname=python-${_base}
pkgdesc="A transparent persistent cache for the requests library"
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
arch=(any)
url="https://github.com/${_base}/${_base}"
@@ -27,7 +27,7 @@ optdepends=(
)
checkdepends=(python-pytest python-requests-mock python-responses python-itsdangerous python-ujson python-timeout-decorator python-rich)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('92d6e1b9afb158f824a4b20d83c7b30a5988476b741213b0663df6095df1753da2dcd6516372ba383864e19d346850a356e9370b2ae27554effcc3f0b6a078c8')
+sha512sums=('ec5788e31f60fd95e575d01af1163f981757972db6557d7a62da2ca0719e84262cf66cdd9b40c73cca540b92d6b7f6beba1aa42bedba528734c61edf5013ec3d')
build() {
cd ${_base}-${pkgver}