summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b414d1ebc3e..5644aac46052 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michał Sałaban <michal@salaban.info>
pkgname="python-cardano"
_projname="cardano-python"
-pkgver=0.6.1
+pkgver=0.7.1
pkgrel=1
pkgdesc='A comprehensive Python module for handling Cardano cryptocurrency and blockchain platform'
license=('BSD')
@@ -10,7 +10,7 @@ url='https://github.com/emesik/cardano-python'
makedepends=('python' 'python-distribute')
depends=('python' 'python-requests')
source=("https://github.com/emesik/${_projname}/archive/v${pkgver}.tar.gz")
-sha256sums=('b2fcc10ea2f75ac0d140d17b88f7dd7532e9667b32d238a8307d11b8193a4e88')
+sha256sums=('0eec397aad5fc9a9d11554a90801f414ce5cc43477c01b76eda12e885427654a')
build() {
cd "${srcdir}/${_projname}-${pkgver}"