summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBlair Bonnett2023-09-24 11:15:16 +0200
committerBlair Bonnett2023-09-24 11:15:16 +0200
commit0b94406d5c102d48d438cce9c44cbe9e9697e371 (patch)
tree22b1d03cf7c2450d1c1a4569ba5f55aeacae8f8d /PKGBUILD
parent4095d459ca894ad0ea224e814c37e1525f6924a7 (diff)
downloadaur-0b94406d5c102d48d438cce9c44cbe9e9697e371.tar.gz
Update to 1.12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f8d8113c170..c358467c254b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-crowdin-api-client
pkgdesc='Lightweight interface to the Crowdin API'
-pkgver=1.11.0
+pkgver=1.12.1
pkgrel=1
url='https://support.crowdin.com/api/v2/'
license=('MIT')
arch=('any')
-depends=('python-requests')
+depends=('python-deprecated' 'python-requests')
makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel')
checkdepends=('python-pytest' 'python-pytest-cov' 'python-requests-mock')
@@ -18,7 +18,7 @@ source=(
"$_pkgname-$pkgver.tar.gz::https://github.com/crowdin/crowdin-api-client-python/archive/refs/tags/$pkgver.tar.gz"
)
sha256sums=(
- '30dbd686eeb0c9a6c79088656cf59e4ccd10dce34edd2d8dcc095e8c63320b63'
+ '1e574ac8e21169a4be74aa05d347d9de3fb58666850e1fca9bbbb3ef36717220'
)
build() {