summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 694e96499638..7f7201d21ff2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = pybitmessage
pkgdesc = Decentralized and trustless P2P communications protocol for sending encrypted messages to another person or to many subscribers
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
- url = https://github.com/Bitmessage/PyBitmessage
+ url = https://github.com/Bitmessage/PyBitmessage
arch = any
license = MIT
depends = openssl
@@ -14,8 +14,10 @@ pkgbase = pybitmessage
optdepends = alsa-utils: WAV sounds support
provides = pybitmessage
conflicts = pybitmessage-git
- source = PyBitmessage-0.4.4.tar.gz::https://github.com/Bitmessage/PyBitmessage/archive/v0.4.4.tar.gz
+ source = pybitmessage-0.6.1.tar.gz::https://github.com/Bitmessage/PyBitmessage/archive/v0.6.1.tar.gz
source = pybitmessage.sh
+ md5sums = 5efe6237c6dea02d5ab48ea1bcc962b2
+ md5sums = 0dfcad65e76e7403ae17ceeb6764d2b8
sha256sums = 3bee5ca3fe42a95a0bf1f9f7285904e18ae56b0189048968a5257676f25adc08
sha256sums = dad3783438c7328468eb0117da04b26c4f6d5f897ed3b44a333b22355c938a4b
diff --git a/PKGBUILD b/PKGBUILD
index 91358397837e..7a3e5c155c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=pybitmessage
_realname=PyBitmessage
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="Decentralized and trustless P2P communications protocol for sending encrypted messages to another person or to many subscribers"
arch=('any')