Arch Linux update error because of poppler-qt

Maybe just because I did not update that often in the last weeks, I ran into this error:

# pacman -Suy

:: Synchronizing package databases...
 core is up to date
 extra is up to date
 community is up to date
 multilib is up to date
error: failed to prepare transaction (could not satisfy dependencies)
:: Starting full system upgrade...
:: poppler-qt: requires poppler=0.22.5

First updating poppler-qt, or to be more exact poppler-qt4, and poppler-glib solved the problem.

# pacman -S poppler-qt

resolving dependencies...
looking for inter-conflicts...
:: poppler-qt4 and poppler-qt are in conflict. Remove poppler-qt? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: poppler-glib: requires poppler=0.22.5

# pacman -S poppler-qt poppler-glib
resolving dependencies...
looking for inter-conflicts...
:: poppler-qt4 and poppler-qt are in conflict. Remove poppler-qt? [y/N] y

Packages (4): poppler-0.24.0-1  poppler-qt-0.22.5-1 [removal]
              poppler-glib-0.24.0-1  poppler-qt4-0.24.0-1

Total Download Size:    1.18 MiB
Total Installed Size:   5.90 MiB
Net Upgrade Size:       0.08 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages ...
 poppler-0.24.0-1-x86_64  922.3 KiB   657K/s 00:01 [----------------------] 100%
 poppler-qt4-0.24.0-...   130.0 KiB   395K/s 00:00 [----------------------] 100%
 poppler-glib-0.24.0...   158.3 KiB   697K/s 00:00 [----------------------] 100%
(3/3) checking keys in keyring                     [----------------------] 100%
(3/3) checking package integrity                   [----------------------] 100%
(3/3) loading package files                        [----------------------] 100%
(3/3) checking for file conflicts                  [----------------------] 100%
(4/4) checking available disk space                [----------------------] 100%
(1/1) removing poppler-qt                          [----------------------] 100%
(1/3) upgrading poppler                            [----------------------] 100%
(2/3) installing poppler-qt4                       [----------------------] 100%
(3/3) upgrading poppler-glib                       [----------------------] 100%