diff --git a/community/python-matplotlib/PKGBUILD b/community/python-matplotlib/PKGBUILD
index de2ae7a3f..1893475e6 100644
--- a/community/python-matplotlib/PKGBUILD
+++ b/community/python-matplotlib/PKGBUILD
@@ -9,7 +9,7 @@
 #  - replace make/optdepends on python{,2}-cairocffi with python{,2}-cairo (cffi has haskell dep)
 
 pkgname=python-matplotlib
-pkgver=3.2.2
+pkgver=3.3.0
 pkgrel=1
 pkgdesc="A python plotting library, making publication quality plots"
 arch=(x86_64)
@@ -38,7 +38,7 @@ checkdepends=(python-pytest-xdist python-pytest-runner xorg-server-xvfb
               texlive-core texlive-latexextra inkscape mencoder
               ffmpeg imagemagick ttf-freefont python-pandas)
 source=("https://github.com/matplotlib/matplotlib/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('4c9312e929357a7c73ead51fa1a679c04b2b9735edfe0f1a2d08a07ec4d94d67df4ff6e8c6d594665a3b270cd3033c48ea8f2aa50fb1e2746812f24c27181f59')
+sha512sums=('79555a175ef1e63da4f3d2457dc44dd825dbe4b5833696fa9ba57bfc654dc4df286ede4357ee276f19d674be1cb622e8718000a74c1f122cc13641f4d3ad0ada')
 
 build() {
   cd matplotlib-${pkgver}