summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2024-06-28 18:07:38 +0200
committerBlair Bonnett2024-06-28 18:07:38 +0200
commit0ffaeb61166839c48c9b1eb24243f30eaca7c826 (patch)
treeeb2f81c2924937bd04649bc6a3da3e3915c7a7ee
parent4b9bc60f5d3f577c1aa9eba28b3c40a8046152be (diff)
downloadaur-python-crowdin-api-client.tar.gz
Update to 1.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6404a77ff783..1407425e7732 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-crowdin-api-client
pkgdesc = Lightweight interface to the Crowdin API
- pkgver = 1.15.2
+ pkgver = 1.16.0
pkgrel = 1
url = https://support.crowdin.com/api/v2/
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-crowdin-api-client
makedepends = python-wheel
depends = python-deprecated
depends = python-requests
- source = crowdin-api-client-python-1.15.2.tar.gz::https://github.com/crowdin/crowdin-api-client-python/archive/refs/tags/1.15.2.tar.gz
- sha256sums = ba7ba1d667dc7a42e08f5845a59b28cb0f18008e4c5f0d8fc2911d081de62f87
+ source = crowdin-api-client-python-1.16.0.tar.gz::https://github.com/crowdin/crowdin-api-client-python/archive/refs/tags/1.16.0.tar.gz
+ sha256sums = 66af4b1d7b67a965c39fd2deabf6fb6fa12f4d90ac8a05a40b56f162833da8fb
pkgname = python-crowdin-api-client
diff --git a/PKGBUILD b/PKGBUILD
index dbd583333469..9a2b86915400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-crowdin-api-client
pkgdesc='Lightweight interface to the Crowdin API'
-pkgver=1.15.2
+pkgver=1.16.0
pkgrel=1
url='https://support.crowdin.com/api/v2/'
license=('MIT')
@@ -18,7 +18,7 @@ source=(
"$_pkgname-$pkgver.tar.gz::https://github.com/crowdin/crowdin-api-client-python/archive/refs/tags/$pkgver.tar.gz"
)
sha256sums=(
- 'ba7ba1d667dc7a42e08f5845a59b28cb0f18008e4c5f0d8fc2911d081de62f87'
+ '66af4b1d7b67a965c39fd2deabf6fb6fa12f4d90ac8a05a40b56f162833da8fb'
)
build() {