Date: Monday, June 25, 2018 @ 16:40:36 Author: felixonmars Revision: 345865
add lsof to depends (FS#58377) Modified: git-annex/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-25 15:04:30 UTC (rev 345864) +++ PKGBUILD 2018-06-25 16:40:36 UTC (rev 345865) @@ -9,7 +9,7 @@ url="http://git-annex.branchable.com/" license=("AGPL3") arch=('x86_64') -depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws' +depends=('git' 'lsof' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws' 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 'haskell-case-insensitive' 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 'haskell-crypto-api' 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 'haskell-dbus'
