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 d99b55f9fe06..e8542c7356f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michał Sałaban <michal@salaban.info>
pkgname="python-cardano"
_projname="cardano-python"
-pkgver=0.8
+pkgver=0.8.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/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('7d03f075a4fcfb621e4f782b71e9091d5df45b5ee0be0174130b9de3ef52bd6d')
+sha256sums=('434dc69a067df900d8c15b758d188ffe8056d2f162382071b303c2eeffedeb57')
build() {
cd "${srcdir}/${_projname}-${pkgver}"