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 c42fd1002b47..c4086f2602ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antony Lee <anntzer dot lee at gmail dot com>
pkgname=python-dill
-pkgver=0.2.1
+pkgver=0.2.4
pkgrel=1
pkgdesc='Serialize all of python (almost)'
arch=('any')
@@ -9,7 +9,7 @@ url='http://pypi.python.org/pypi/dill/'
license=('BSD')
depends=('python')
source=("http://pypi.python.org/packages/source/d/dill/dill-$pkgver.tgz")
-md5sums=('66f4d8fff8724568bde03e421bf520bb')
+md5sums=('8e7d1ec5a0f150b536da4d0623c3931b')
build() {
cd "$srcdir/dill-$pkgver"