summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2023-03-26 22:34:52 (GMT)
committerBritney Fransen <brfransen@gmail.com>2023-03-26 22:34:52 (GMT)
commitf81376ea36ab7661fbf063a6eed0f0369165a21d (patch)
tree5775d2ed66e99cbb64de7ddc9cb6e04cf0bdfac3
parentade70aca7375ce8984a0534d163080eb41410f7d (diff)
downloadlinhes_pkgbuild-f81376ea36ab7661fbf063a6eed0f0369165a21d.zip
linhes_pkgbuild-f81376ea36ab7661fbf063a6eed0f0369165a21d.tar.gz
linhes_pkgbuild-f81376ea36ab7661fbf063a6eed0f0369165a21d.tar.bz2
python-requests-cache: update to 1.0.1
-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 3b12874..801a548 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=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}