summaryrefslogtreecommitdiffstats
path: root/linhes/python-requests-cache/PKGBUILD
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-01-18 21:31:07 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-01-18 21:31:07 (GMT)
commit400f35b63f8ac52b9709187709c36d4fff295a1f (patch)
tree219d62613c768e7b396156733c7eed648f6b7a27 /linhes/python-requests-cache/PKGBUILD
parentb455d5f7fb70b2d7350e7b9aff8ff6d4ada73818 (diff)
downloadlinhes_pkgbuild-400f35b63f8ac52b9709187709c36d4fff295a1f.zip
linhes_pkgbuild-400f35b63f8ac52b9709187709c36d4fff295a1f.tar.gz
linhes_pkgbuild-400f35b63f8ac52b9709187709c36d4fff295a1f.tar.bz2
python-requests-cache: update to 0.9.8
Diffstat (limited to 'linhes/python-requests-cache/PKGBUILD')
-rw-r--r--linhes/python-requests-cache/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/linhes/python-requests-cache/PKGBUILD b/linhes/python-requests-cache/PKGBUILD
index f4d6929..3c2a826 100644
--- a/linhes/python-requests-cache/PKGBUILD
+++ b/linhes/python-requests-cache/PKGBUILD
@@ -8,7 +8,7 @@
_base=requests-cache
pkgname=python-${_base}
pkgdesc="A transparent persistent cache for the requests library"
-pkgver=0.9.7
+pkgver=0.9.8
pkgrel=1
arch=(any)
url="https://github.com/reclosedev/${_base}"
@@ -27,7 +27,7 @@ optdepends=(
)
checkdepends=(python-pytest python-requests-mock python-responses python-itsdangerous python-ujson python-timeout-decorator)
source=(${_base}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz)
-sha512sums=('00b2c7080030ed07f5d896871a431aec2625dab6ab84f01f7e6fea9e81692f757304e25ee6addbe7695e93d0c1c04484c31b95a71d7c9e12f6c23a5b7747ae30')
+sha512sums=('f428a7b498d2ef2b6c23d3715bac2274c320b6f9d6f56017e69ab5fa6b8830242a2f335ed6c3758a741a51f108c6dacae1a447ff8f05ca5686303caf48a1dc59')
build() {
cd ${_base}-${pkgver}