diff --git a/PKGBUILD b/PKGBUILD index 8cc744b..bc7a67d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,12 +1,12 @@ # Maintainer: Eric Torres pkgname=packaging-scripts pkgver=1.7.1 -pkgrel=3 +pkgrel=4 pkgdesc="A set of helper scripts for handling Arch Linux packages" arch=('any') license=('MIT') groups=(pacman-helpers) -depends=(gist mlocate pacman python pyalpm) +depends=(gist mlocate pacman python python-docker pyalpm) makedepends=(git python-setuptools) optdepends=('fzf: for the fqo script' 'mlocate: for the fqo script')