summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index caa72470e88a..e3c76569d149 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-dill
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=2
pkgdesc='Serialize all of python (almost)'
arch=('any')
@@ -9,7 +9,7 @@ makedepends=('python-setuptools')
optdepends=('python-objgraph')
license=('BSD')
source=("https://github.com/uqfoundation/dill/archive/dill-$pkgver.tar.gz")
-md5sums=('2675e1a4a00df7886f1e15d5f2125a19')
+md5sums=('80e782f27a5198238c6b43d75acea68d')
build() {
cd "$srcdir/dill-dill-$pkgver"