summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2021-08-17 17:39:12 +0200
committerPhilipp A2021-08-17 17:39:12 +0200
commit4dd35841d95a5d1eb84a31f8b17e9eda1d2ba3d8 (patch)
tree22286ebba8e87107799ad1a9af1508957c568495
parent7c905cffc1ca92d6f53e10525df266c9c62681b1 (diff)
downloadaur-4dd35841d95a5d1eb84a31f8b17e9eda1d2ba3d8.tar.gz
v0.7.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdb48567945d..a707b0ec7c60 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-requests-cache
pkgdesc = Transparent persistent cache for http://python-requests.org/ library.
- pkgver = 0.7.3
- pkgrel = 2
+ pkgver = 0.7.4
+ pkgrel = 1
url = https://github.com/reclosedev/requests-cache
arch = x86_64
license = BSD
@@ -12,7 +12,7 @@ pkgbase = python-requests-cache
depends = python-itsdangerous
depends = python-attrs
conflicts = python2-requests-cache
- source = https://files.pythonhosted.org/packages/source/r/requests-cache/requests-cache-0.7.3.tar.gz
- sha256sums = d17c95b0fa52670044356378886dbaf8e25069123d4fced43e05cd13b38c42f8
+ source = https://files.pythonhosted.org/packages/source/r/requests-cache/requests-cache-0.7.4.tar.gz
+ sha256sums = 4786190991b5f9e8ecfa97a1a6fd02475486e522a6d62f4bea53c32a7c1172c9
pkgname = python-requests-cache
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"