Skip to content

Commit

Permalink
add alsa-mixer with patches to PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
rejuvyesh authored and magthe committed Apr 17, 2014
1 parent 843e919 commit d24a0e7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions patches/alsa-mixer.pkgbuild
@@ -0,0 +1,14 @@
Index: habs/haskell-alsa-mixer/PKGBUILD
===================================================================
--- habs.orig/haskell-alsa-mixer/PKGBUILD
+++ habs/haskell-alsa-mixer/PKGBUILD
@@ -13,7 +13,8 @@ arch=('i686' 'x86_64')
makedepends=()
depends=("ghc=7.8.2-1"
"haskell-alsa-core=0.5.0.1-1"
- "asound")
+ "alsa-lib"
+ "c2hs")
options=('strip' 'staticlibs')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install="${pkgname}.install"

0 comments on commit d24a0e7

Please sign in to comment.