summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilipp A2021-08-17 17:39:12 +0200
committerPhilipp A2021-08-17 17:39:12 +0200
commit4dd35841d95a5d1eb84a31f8b17e9eda1d2ba3d8 (patch)
tree22286ebba8e87107799ad1a9af1508957c568495 /PKGBUILD
parent7c905cffc1ca92d6f53e10525df266c9c62681b1 (diff)
downloadaur-4dd35841d95a5d1eb84a31f8b17e9eda1d2ba3d8.tar.gz
v0.7.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 747672723197..cfb4e3983829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
_pkgname=requests-cache
pkgname=python-requests-cache
-pkgver=0.7.3
-pkgrel=2
+pkgver=0.7.4
+pkgrel=1
pkgdesc='Transparent persistent cache for http://python-requests.org/ library.'
arch=(x86_64)
url="https://github.com/reclosedev/$_pkgname"
@@ -15,7 +15,7 @@ depends=(python python-requests python-url-normalize python-itsdangerous python-
makedepends=(python-setuptools)
conflicts=(python2-requests-cache)
source=("https://files.pythonhosted.org/packages/source/r/$_pkgname/$_pkgname-$pkgver.tar.gz")
-sha256sums=('d17c95b0fa52670044356378886dbaf8e25069123d4fced43e05cd13b38c42f8')
+sha256sums=('4786190991b5f9e8ecfa97a1a6fd02475486e522a6d62f4bea53c32a7c1172c9')
build() {
cd "$srcdir/$_pkgname-$pkgver"