summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfordprefect2020-11-02 09:18:27 +0100
committerfordprefect2020-11-02 09:18:27 +0100
commit1932930df5b8b22a63a9c36088b2002319823bf7 (patch)
tree866bf87c4329306312d1403a5acce07d6a7de493 /PKGBUILD
parent59d709eaaf048a70c89c07aa38f35a2e22c3943b (diff)
downloadaur-python-dill.tar.gz
0.3.3
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"