summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorG. Schlisio2017-07-30 14:43:30 +0200
committerG. Schlisio2017-07-30 14:43:30 +0200
commit10dca63431bae80e260b432e7ed7f481471b8424 (patch)
tree0a1e82f3fd7e10418943e2b7924fda7d10b845ae
parentd013002b8046f9529494cdb0b966db63c4274f3c (diff)
downloadaur-10dca63431bae80e260b432e7ed7f481471b8424.tar.gz
0.2.7.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5bd2cb7acf3..05eb3b38c674 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-dill
pkgdesc = Serialize all of python (almost)
- pkgver = 0.2.7
+ pkgver = 0.2.7.1
pkgrel = 1
url = http://pypi.python.org/pypi/dill/
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/uqfoundation/dill/archive/dill-0.2.7.tar.gz
+ source = https://github.com/uqfoundation/dill/archive/dill-0.2.7.1.tar.gz
source = python2-dill.install
- md5sums = d235331ad9c5d2d480f32b0bd3cba994
+ md5sums = d51f1de4665d99c3c6c5db99364b531b
md5sums = 2ac075f39bab33c203e7b25adb3e07b3
pkgname = python-dill
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() {