summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-10-26 16:28:23 -0500
committerCarlos Aznarán Laos2022-10-26 16:28:23 -0500
commit7035bb0bcafa9133fd75b19985792f2ede812928 (patch)
tree118f6188ecae6bc1e8acdb9b845efb6872e1e00c /PKGBUILD
parent3ba728795a73814589ffa1adc4f0baf756be0c6f (diff)
downloadaur-7035bb0bcafa9133fd75b19985792f2ede812928.tar.gz
Bump version to 0.9.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3a3d15f3471..f4d69291d97f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,8 @@
_base=requests-cache
pkgname=python-${_base}
pkgdesc="A transparent persistent cache for the requests library"
-pkgver=0.9.6
-pkgrel=2
+pkgver=0.9.7
+pkgrel=1
arch=(any)
url="https://github.com/reclosedev/${_base}"
license=('custom:BSD-2-clause')
@@ -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=('88e4745bed278224ccd1eb815a4f9da84051bab79c43122fa97899c3a8ad87ad7bfd929f87680eb6f73b1ff14267d2519afd9ef8815f10597769cab8ada7f8b5')
+sha512sums=('00b2c7080030ed07f5d896871a431aec2625dab6ab84f01f7e6fea9e81692f757304e25ee6addbe7695e93d0c1c04484c31b95a71d7c9e12f6c23a5b7747ae30')
build() {
cd ${_base}-${pkgver}