summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2024-03-03 21:22:56 -0500
committerCarlos Aznarán2024-03-03 21:22:56 -0500
commit6d7abf431e81a6574c76719d42de30951dea2f58 (patch)
tree5aeed6aaa6cb98de53c8961f70bd4df27ae8ba22
parent58155a9fcdf784ad25c0ba317070dd3775eb5c2a (diff)
downloadaur-6d7abf431e81a6574c76719d42de30951dea2f58.tar.gz
Use SPDX code license name
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72f353952071..b10543ae67b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-requests-cache-git
pkgdesc = Transparent persistent cache for http://python-requests.org library (git version)
- pkgver = 0.9.3.r234.gd502885
+ pkgver = 1.2.0.r6.g2c143a3
pkgrel = 1
url = https://github.com/reclosedev/requests-cache
arch = any
- license = custom:BSD-2-clause
+ license = BSD-2-clause
checkdepends = python-pytest
checkdepends = python-requests-mock
checkdepends = python-responses
@@ -17,8 +17,8 @@ pkgbase = python-requests-cache-git
makedepends = python-poetry
makedepends = git
depends = python-requests
- depends = python-platformdirs
depends = python-cattrs
+ depends = python-platformdirs
depends = python-url-normalize
optdepends = python-boto3: Cache backend for Amazon DynamoDB database
optdepends = python-botocore: Interface for Amazon Web Services
diff --git a/PKGBUILD b/PKGBUILD
index 7e5359965354..fb20f08a6484 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ _base=requests-cache
pkgname=python-${_base}-git
_pkgname=${pkgname%-git}
pkgdesc="Transparent persistent cache for http://python-requests.org library (git version)"
-pkgver=0.9.3.r234.gd502885
+pkgver=1.2.0.r6.g2c143a3
pkgrel=1
arch=(any)
url="https://github.com/reclosedev/${_base}"
-license=('custom:BSD-2-clause')
-depends=(python-requests python-platformdirs python-cattrs python-url-normalize)
+license=(BSD-2-clause)
+depends=(python-requests python-cattrs python-platformdirs python-url-normalize)
makedepends=(python-build python-installer python-poetry git)
optdepends=('python-boto3: Cache backend for Amazon DynamoDB database'
'python-botocore: Interface for Amazon Web Services'