summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorG. Schlisio2017-07-30 14:43:30 +0200
committerG. Schlisio2017-07-30 14:43:30 +0200
commit10dca63431bae80e260b432e7ed7f481471b8424 (patch)
tree0a1e82f3fd7e10418943e2b7924fda7d10b845ae /PKGBUILD
parentd013002b8046f9529494cdb0b966db63c4274f3c (diff)
downloadaur-10dca63431bae80e260b432e7ed7f481471b8424.tar.gz
0.2.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index edefe152317d..345c4713a51f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=("python-dill" "python2-dill")
pkgbase=python-dill
-pkgver=0.2.7
+pkgver=0.2.7.1
pkgrel=1
pkgdesc='Serialize all of python (almost)'
arch=('any')
@@ -11,7 +11,7 @@ url='http://pypi.python.org/pypi/dill/'
makedepends=('python-setuptools' 'python2-setuptools')
license=('BSD')
source=("https://github.com/uqfoundation/dill/archive/dill-$pkgver.tar.gz" "python2-dill.install")
-md5sums=('d235331ad9c5d2d480f32b0bd3cba994'
+md5sums=('d51f1de4665d99c3c6c5db99364b531b'
'2ac075f39bab33c203e7b25adb3e07b3')
build() {