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 9f0d08116394..9b414d1ebc3e 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
+pkgver=0.6.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=('0ccd45dc6be37a52cbab125c3c8dce8dfc03944a7efa16de95e66fa8e030ca31')
+sha256sums=('b2fcc10ea2f75ac0d140d17b88f7dd7532e9667b32d238a8307d11b8193a4e88')
build() {
cd "${srcdir}/${_projname}-${pkgver}"