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 e95e187acaa5..21802a38e449 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michał Sałaban <michal@salaban.info>
pkgname="python-monero"
_projname="monero-python"
-pkgver=1.1
+pkgver=1.1.1
pkgrel=1
pkgdesc='A comprehensive Python module for handling Monero cryptocurrency'
license=('BSD')
@@ -11,7 +11,7 @@ makedepends=('python' 'python-distribute')
depends=('python' 'python-requests' 'python-pycryptodomex' 'python-six' 'python-ipaddress'
'python-varint' 'python-pynacl' 'python-pysocks')
source=("https://github.com/emesik/${_projname}/archive/v${pkgver}.tar.gz")
-md5sums=('98f3a20cddca7432a5e96f2b5f8b3cd2')
+md5sums=('7926c851e5b69a118976c6cccec2eda1')
build() {
cd "${srcdir}/${_projname}-${pkgver}"