diff --git a/ipython/PKGBUILD b/ipython/PKGBUILD
index a7ccaee..290000a 100644
--- a/ipython/PKGBUILD
+++ b/ipython/PKGBUILD
@@ -84,7 +84,7 @@ package_ipython() {
 package_ipython2() {
   pkgdesc="An enhanced Interactive Python2 shell."
   depends=('python2' 'python2-traitlets' 'python2-pexpect' 'sqlite'
-    'python2-setuptools' 'python2-pickleshare' 'python2-pathlib'
+    'python2-setuptools' 'python2-pickleshare' 'python2-pathlib2'
     'python2-backports.shutil_get_terminal_size' 'python2-prompt_toolkit')
   optdepends=("wxpython: needed for ipython2 --gui=wx"
               "python2-nose: for IPython's test suite")
