haskell-alsa-core updated to 0.5.0.1

This commit is contained in:
Cedric Girard 2012-09-05 11:02:40 +02:00
parent 5fd55b4de9
commit f25ce040ce
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
_hkgname=alsa-core
pkgname=haskell-alsa-core
pkgver=0.5
pkgrel=5
pkgver=0.5.0.1
pkgrel=1
pkgdesc="Binding to the ALSA Library API (Exceptions)."
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
@ -12,7 +12,7 @@ depends=('ghc' 'haskell-extensible-exceptions=0.1.1.4' 'alsa-lib')
options=('strip')
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
install=${pkgname}.install
md5sums=('558ac03bf6a4edf0007cc6e7449860e0')
md5sums=('60af8328663a5d6ecaaf92dd32cf0710')
build() {
cd ${srcdir}/${_hkgname}-${pkgver}
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \