summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a333ba1e3469..f6c92597b7b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-linode-api
pkgdesc = Bindings for the Linode API v4
- pkgver = 2.3.3
+ pkgver = 3.0.2
pkgrel = 1
epoch = 1
url = https://github.com/linode/
@@ -8,8 +8,8 @@ pkgbase = python-linode-api
license = BSD
depends = python-setuptools
depends = python-requests
- source = https://files.pythonhosted.org/packages/source/l/linode_api4-python/linode_api4-python-2.3.3.tar.gz
- sha256sums = f18b31aa9a20e8eba32ed28b0f9ec3382728f2bde70418344f3f915579a0fa74
+ source = https://files.pythonhosted.org/packages/source/l/linode_api4-python/linode_api4-python-3.0.2.tar.gz
+ sha256sums = a6f6f6c9aeac9151259a50dd518af89a8c4f17493864ba7d20a39918b6822b2e
pkgname = python-linode-api
diff --git a/PKGBUILD b/PKGBUILD
index 6d3ed8c0184c..1bda580b827f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=linode_api4-python
pkgname=python-linode-api
-pkgver=2.3.3
+pkgver=3.0.2
pkgrel=1
epoch=1
pkgdesc="Bindings for the Linode API v4"
@@ -13,7 +13,7 @@ url="https://github.com/linode/$_name"
license=('BSD')
depends=('python-setuptools' 'python-requests')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('f18b31aa9a20e8eba32ed28b0f9ec3382728f2bde70418344f3f915579a0fa74')
+sha256sums=('a6f6f6c9aeac9151259a50dd518af89a8c4f17493864ba7d20a39918b6822b2e')
build () {