summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryjun2022-08-21 23:44:56 +0800
committeryjun2022-08-21 23:44:56 +0800
commit2f58b1d7b5491a5e16fb201a16415a3f54159862 (patch)
tree00f1e5e91e21060ae38364a37eafe97dc0728949
parent23694a7568d6c3d01d7cec8feffc472d92adb81c (diff)
downloadaur-2f58b1d7b5491a5e16fb201a16415a3f54159862.tar.gz
[updpkg]: python-aliyun-python-sdk-kms 2.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8458b9e9ebef..baf3e4bc5802 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-aliyun-python-sdk-kms
pkgdesc = The kms module of Aliyun Python sdk.
- pkgver = 2.15.0
+ pkgver = 2.16.0
pkgrel = 1
url = https://github.com/aliyun/aliyun-openapi-python-sdk/
arch = any
license = Apache
makedepends = python-setuptools
depends = python-aliyun-python-sdk-core
- source = https://files.pythonhosted.org/packages/31/8d/5052612578e9237ff5b2c398fe33fa52541ed53f741143893fb8f5f27120/aliyun-python-sdk-kms-2.15.0.tar.gz
- sha256sums = 642a3f4f04dcdba5f8a3a0f1edff04479e76df33017a5b25512490ce5894ab2d
+ source = https://files.pythonhosted.org/packages/d5/6f/648401212f41c91f8aeb7676d57c2840ed258cca64854a9315c2280b15df/aliyun-python-sdk-kms-2.16.0.tar.gz
+ sha256sums = a7f185772c88f3a0dda856b666dda436d82e00f9f11ea5bbf12dcab2610ee358
pkgname = python-aliyun-python-sdk-kms
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..d2bb5e6113b0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.zst
+*.gz
+pkg/
+src/
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index d71d1b1d503f..903a5a53bad5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-aliyun-python-sdk-kms
_pkgname=${pkgname/python-}
-pkgver=2.15.0
+pkgver=2.16.0
pkgrel=1
pkgdesc="The kms module of Aliyun Python sdk."
arch=('any')
@@ -10,8 +10,8 @@ url="https://github.com/aliyun/aliyun-openapi-python-sdk/"
license=('Apache')
depends=('python-aliyun-python-sdk-core')
makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/31/8d/5052612578e9237ff5b2c398fe33fa52541ed53f741143893fb8f5f27120/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('642a3f4f04dcdba5f8a3a0f1edff04479e76df33017a5b25512490ce5894ab2d')
+source=("https://files.pythonhosted.org/packages/d5/6f/648401212f41c91f8aeb7676d57c2840ed258cca64854a9315c2280b15df/${_pkgname}-${pkgver}.tar.gz")
+sha256sums=('a7f185772c88f3a0dda856b666dda436d82e00f9f11ea5bbf12dcab2610ee358')
build() {
cd $_pkgname-$pkgver