summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-09-25 06:42:56 -0700
committerAndy Weidenbaum2015-09-25 06:42:56 -0700
commita00e8206fa2e1aa5420c1a7d9aba25930dd923e6 (patch)
tree0a0ee42ae41633831d718d582f0646a58b40fbcf /PKGBUILD
parent507137cf59d5e20650f21cc71ba49b9045d94b79 (diff)
downloadaur-a00e8206fa2e1aa5420c1a7d9aba25930dd923e6.tar.gz
update pkgver to 0.3.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33760fa8d080..a9758bea7062 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Weidenbaum <archbaum@gmail.com>
pkgname=python2-rlp
-pkgver=0.3.8
+pkgver=0.3.9
pkgrel=1
pkgdesc="A package for encoding and decoding data in and from Recursive Length Prefix notation"
arch=('any')
@@ -12,8 +12,8 @@ url="https://github.com/ethereum/pyrlp"
license=('MIT')
options=(!emptydirs)
source=(https://pypi.python.org/packages/source/r/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
-md5sums=('89f23e2197bc70c82f48b81916947df5')
-sha256sums=('347b1bfbe585fe56c9b9ca98d440fbaeaa005200d49cb4df06c62434306d2a77')
+md5sums=('93bc5a27710794887ad044ec8cadba44')
+sha256sums=('3283ee78bb60f24d2cb26be42c841a98feb0cace18a14a8eb405fa6a307420a6')
build() {
cd "$srcdir/${pkgname#python2-}-$pkgver"