diff --git a/community/python-pytables/PKGBUILD b/community/python-pytables/PKGBUILD
index d867ff3ac..a7b778120 100644
--- a/community/python-pytables/PKGBUILD
+++ b/community/python-pytables/PKGBUILD
@@ -7,8 +7,8 @@
 
 pkgbase=python-pytables
 pkgname=('python2-pytables' 'python-pytables')
-pkgver=3.1.0
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
 arch=("i686" "x86_64")
 pkgdesc="A package for managing hierarchical datasets and designed to efficiently and easily cope with extremely large amounts of data"
 url="http://www.pytables.org"
@@ -16,7 +16,7 @@ license=("BSD")
 makedepends=('lzo2' 'hdf5' 'python2-numexpr' 'cython2' 'python-numexpr' 'cython')
 source=("http://pypi.python.org/packages/source/t/tables/tables-$pkgver.tar.gz"
         'arm.patch')
-md5sums=('22e048ef20883269c4a2a3f2026c38ee'
+md5sums=('38d917f0c6dfb0bc28ce9ea0c3492524'
          'ead28de59a99ef97aceec17cc1a9132d')
 
 prepare() {