Date: Saturday, February 12, 2022 @ 15:15:20 Author: felixonmars Revision: 1132856
remove dep provided by ghc-libs Modified: xmonad-utils/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-12 15:14:29 UTC (rev 1132855) +++ PKGBUILD 2022-02-12 15:15:20 UTC (rev 1132856) @@ -8,7 +8,7 @@ url='https://hackage.haskell.org/package/xmonad-utils' arch=('x86_64') license=('BSD') -depends=('glibc' 'ghc-libs' 'gmp' 'libffi' 'libxrandr' 'haskell-x11' 'haskell-random' 'haskell-unix' +depends=('glibc' 'ghc-libs' 'gmp' 'libffi' 'libxrandr' 'haskell-x11' 'haskell-random' 'libxcrypt' 'libcrypt.so' 'libx11') makedepends=('ghc') options=('!emptydirs')
