summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2019-01-21 18:26:59 +0100
committerfordprefect2019-01-21 18:26:59 +0100
commit236c273e6ab52dd308602c143476126db4474a03 (patch)
treee53e6d97c2e54bd95d5071367401913781051ba2 /PKGBUILD
parent9923100ff256a06294e55c71d09c3449c81c78f1 (diff)
downloadaur-236c273e6ab52dd308602c143476126db4474a03.tar.gz
0.2.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 29f869cf8709..6953cb88ecca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=("python-dill" "python2-dill")
pkgbase=python-dill
-pkgver=0.2.8.2
+pkgver=0.2.9
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=('a08ad17ce84b413be78f17cb5ec08894'
+md5sums=('f9eed1c2e52f99d18123d75628dfb9b3'
'2ac075f39bab33c203e7b25adb3e07b3')
build() {