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 876c14cb7e7e..0a8063b41e57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-python-bitcoinlib
-pkgver=0.5.0
+pkgver=0.5.1
pkgrel=1
pkgdesc="An easy interface to the Bitcoin protocol and data structures"
arch=('any')
@@ -11,7 +11,7 @@ url="https://github.com/petertodd/python-bitcoinlib"
license=('LGPL3')
options=(!emptydirs)
source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/petertodd/${pkgname#python2-}/tar.gz/${pkgname#python2-}-v$pkgver)
-sha256sums=('8f66ea803b992cd810b221c60fa8a55abc235251ddf8974102850e678cd7fb4d')
+sha256sums=('9af17fbc64b50787507dde00bb793ff73be4a1ca8e6c7d5cf0779775d52b24d6')
conflicts=('python2-bitcoin' 'python2-pybitcointools')
build() {