summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2024-06-28 21:24:30 (GMT)
committerBritney Fransen <brfransen@gmail.com>2024-06-28 21:24:30 (GMT)
commit16dfde46b6a7cd2febd0144cb0ec78020fa2943c (patch)
treef17ea2bcba2e782a9680d1c65ab42b7cb5eff0a0
parent1a71371faacf916a82aaf790cd33eac0f03a8cd5 (diff)
downloadlinhes_pkgbuild-16dfde46b6a7cd2febd0144cb0ec78020fa2943c.zip
linhes_pkgbuild-16dfde46b6a7cd2febd0144cb0ec78020fa2943c.tar.gz
linhes_pkgbuild-16dfde46b6a7cd2febd0144cb0ec78020fa2943c.tar.bz2
python-requests-cache: update to 1.2.1-1
-rw-r--r--linhes/python-requests-cache/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/linhes/python-requests-cache/PKGBUILD b/linhes/python-requests-cache/PKGBUILD
index 1dcb8aa..0ac11f8 100644
--- a/linhes/python-requests-cache/PKGBUILD
+++ b/linhes/python-requests-cache/PKGBUILD
@@ -8,8 +8,8 @@
_base=requests-cache
pkgname=python-${_base}
pkgdesc="A persistent cache for python requests"
-pkgver=1.2.0
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
arch=(any)
url="https://github.com/${_base}/${_base}"
license=('custom:BSD-2-clause')
@@ -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=('b198d282cfd656c432d3a63f4d615191ac1ff97c9563e9bd6945e7a78444601108beb47a0f4a79740c7bd6942c3753f025cd52457e87ece7964229799bbb8fa1')
+sha512sums=('f8977b1afc005ddd73019d2a0e39da368f376602110602c0b24c317b548f31a3489e686502ecd48ae3583e471fdd70671913e529c73dacdcaecadb1cd1e6c126')
build() {
cd ${_base}-${pkgver}