summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy B2017-08-01 20:10:11 +0200
committerAndy B2017-08-01 20:10:11 +0200
commit7a2e0849bbb4b1b1f9909e4e60b39b89fb73e89f (patch)
tree4b5fa100d191ffdc1de2ec123a1e4fffef8baf96
parentf77ab27e20b6df78b4c9c442664d3b51ccec803c (diff)
downloadaur-7a2e0849bbb4b1b1f9909e4e60b39b89fb73e89f.tar.gz
haskell-alsa-mixer 0.2.0.3-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd86a1ea31cc..36acfab7048e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = haskell-alsa-mixer
pkgdesc = Provides bindings to the ALSA simple mixer API
pkgver = 0.2.0.3
- pkgrel = 2
+ pkgrel = 3
url = https://hackage.haskell.org/package/alsa-core
install = haskell-alsa-mixer.install
arch = i686
arch = x86_64
license = BSD
makedepends = c2hs
- depends = ghc=8.0.1
+ depends = ghc
depends = haskell-alsa-core
depends = haskell-base
depends = haskell-unix
diff --git a/PKGBUILD b/PKGBUILD
index c48228a78179..06b253f40948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=haskell-alsa-mixer
_hkgname=alsa-mixer
pkgver=0.2.0.3
-pkgrel=2
+pkgrel=3
pkgdesc="Provides bindings to the ALSA simple mixer API"
url=https://hackage.haskell.org/package/alsa-core
license=('BSD')
arch=('i686' 'x86_64')
-depends=('ghc=8.0.1' 'haskell-alsa-core' 'haskell-base' 'haskell-unix')
+depends=('ghc' 'haskell-alsa-core' 'haskell-base' 'haskell-unix')
makedepends=('c2hs')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('f76deb4081a2ce4a765e78a017b2e13c073d2aaa5a2d2652fd5e635dd169cf8d')
@@ -18,7 +18,7 @@ options=('staticlibs')
build() {
cd ${_hkgname}-${pkgver}
- runhaskell Setup configure -O -p --enable-library-profiling --enable-shared \
+ runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
--libsubdir=\$compiler/site-local/\$pkgid
runhaskell Setup build