summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Weidenbaum2015-09-25 06:42:56 -0700
committerAndy Weidenbaum2015-09-25 06:42:56 -0700
commita00e8206fa2e1aa5420c1a7d9aba25930dd923e6 (patch)
tree0a0ee42ae41633831d718d582f0646a58b40fbcf
parent507137cf59d5e20650f21cc71ba49b9045d94b79 (diff)
downloadaur-a00e8206fa2e1aa5420c1a7d9aba25930dd923e6.tar.gz
update pkgver to 0.3.9
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72a02ef8ddac..b33c24b0fd95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-rlp
pkgdesc = A package for encoding and decoding data in and from Recursive Length Prefix notation
- pkgver = 0.3.8
+ pkgver = 0.3.9
pkgrel = 1
url = https://github.com/ethereum/pyrlp
arch = any
@@ -9,9 +9,9 @@ pkgbase = python2-rlp
makedepends = python2-setuptools
depends = python2
options = !emptydirs
- source = https://pypi.python.org/packages/source/r/rlp/rlp-0.3.8.tar.gz
- md5sums = 89f23e2197bc70c82f48b81916947df5
- sha256sums = 347b1bfbe585fe56c9b9ca98d440fbaeaa005200d49cb4df06c62434306d2a77
+ source = https://pypi.python.org/packages/source/r/rlp/rlp-0.3.9.tar.gz
+ md5sums = 93bc5a27710794887ad044ec8cadba44
+ sha256sums = 3283ee78bb60f24d2cb26be42c841a98feb0cace18a14a8eb405fa6a307420a6
pkgname = python2-rlp
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"