updates.Pacman depends on pacman-contrib since pacman 5.1.0 (#650)

This commit is contained in:
Raphael Scholer 2018-05-31 11:36:25 +02:00 committed by enkore
parent 3efbd56bb7
commit 0f4480e991

View File

@ -5,7 +5,7 @@ from i3pystatus.updates import Backend
class Pacman(Backend):
"""
Checks for updates in Arch Linux repositories using the
`checkupdates` script which is part of the `pacman` package.
`checkupdates` script which is part of the `pacman-contrib` package.
"""
@property