summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOromion2021-12-14 19:26:36 +0000
committerOromion2021-12-14 19:26:36 +0000
commit63e808f34f772bcc587e9ee01a2516222ea886f6 (patch)
tree12fd6ebd288cdf0fcb3628f686ad730810e79505
parent9d80ff09e5b764b9ab9e2a61f590ecc6ae90a91a (diff)
downloadaur-63e808f34f772bcc587e9ee01a2516222ea886f6.tar.gz
Python 3.10 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00b3f2265312..de5b820155a4 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.8.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/reclosedev/requests-cache
arch = any
license = custom:BSD-2-clause
diff --git a/PKGBUILD b/PKGBUILD
index 0fc93b125157..f97eff7354b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _base=requests-cache
pkgname=python-${_base}
pkgdesc="Transparent persistent cache for http://python-requests.org library"
pkgver=0.8.1
-pkgrel=3
+pkgrel=4
arch=('any')
url="https://github.com/reclosedev/${_base}"
license=('custom:BSD-2-clause')