Date: Saturday, February 12, 2022 @ 15:38:41 Author: felixonmars Revision: 1132872
remove dep provided by ghc-libs Modified: haskell-alsa-mixer/trunk/PKGBUILD ----------+ PKGBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-12 15:38:05 UTC (rev 1132871) +++ PKGBUILD 2022-02-12 15:38:41 UTC (rev 1132872) @@ -8,8 +8,7 @@ url='https://hackage.haskell.org/package/alsa-mixer' license=('BSD') arch=('x86_64') -depends=('ghc-libs' 'glibc' 'gmp' 'alsa-lib' 'haskell-base' 'haskell-unix' - 'haskell-alsa-core' 'haskell-extensible-exceptions') +depends=('ghc-libs' 'glibc' 'gmp' 'alsa-lib' 'haskell-alsa-core' 'haskell-extensible-exceptions') makedepends=('ghc' 'c2hs') source=(https://github.com/ttuegel/alsa-mixer/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) sha256sums=('afc9aba478e37af03f38707e0bddc8a2c2f51ddc27a93bd8b81a277077f72ccf')
