summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAuto update bot2023-11-19 07:56:51 +0000
committerAuto update bot2023-11-19 07:56:51 +0000
commitd9dfd18736fd0256c979e55ba8fded764a726eb7 (patch)
tree45f1f1f13247669d93473efc9b54d51eb8bca1a1
parentf625a652f679d49196edb3dc48d3fe0f1f71d86a (diff)
downloadaur-d9dfd18736fd0256c979e55ba8fded764a726eb7.tar.gz
Auto updated to 1.1.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 40650b4a68d8..097c0aadbe92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -30,6 +30,6 @@ pkgbase = python-requests-cache
optdepends = python-yaml: for bindings yaml support
optdepends = python-ujson: for JSON serializer for improved performance
source = requests-cache-1.1.1.tar.gz::https://github.com/requests-cache/requests-cache/archive/v1.1.1.tar.gz
- sha512sums = e9b82c45d6d7353a0307869d13b263f6c2cb5c039d7b3ce7388bf12f4b8aa6c1c285de6bd2becf7e91684efcb1aa8d0ae933afe66faa32b99571ed5451a8ee79
+ sha512sums = 99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6
pkgname = python-requests-cache
diff --git a/PKGBUILD b/PKGBUILD
index 08945694174c..cea827ba49a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ optdepends=('python-boto3: Cache backend for Amazon DynamoDB database'
checkdepends=(python-pytest python-requests-mock python-responses python-timeout-decorator
python-time-machine python-rich python-ujson python-itsdangerous)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('e9b82c45d6d7353a0307869d13b263f6c2cb5c039d7b3ce7388bf12f4b8aa6c1c285de6bd2becf7e91684efcb1aa8d0ae933afe66faa32b99571ed5451a8ee79')
+sha512sums=('99782fe635daa0834709b254b0d51c5d2b2ad37d26201acdc143f963b613bb6b4e5863e2246a2bf9d099c773e229157a983b04a40740e6207e2c356dc48bdba6')
build() {
cd ${_base}-${pkgver}