summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2016-01-26 08:03:04 -0800
committerAndy Weidenbaum2016-01-26 08:03:04 -0800
commit2baa0cc5eee5942cacc45d81480a7cba430c934e (patch)
treed532c2c5451867ba8b09cc7d66275efc867c2962 /PKGBUILD
parentcc76f6e32592b4b5aea1b31b440c4364b0a8ee47 (diff)
downloadaur-2baa0cc5eee5942cacc45d81480a7cba430c934e.tar.gz
update pkgver to 0.5.1
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() {