From f25ce040cef541c098d742216f23e69a01ac53d9 Mon Sep 17 00:00:00 2001 From: Cedric Girard Date: Wed, 5 Sep 2012 11:02:40 +0200 Subject: [PATCH] haskell-alsa-core updated to 0.5.0.1 --- pkgbuild/haskell-alsa-core/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgbuild/haskell-alsa-core/PKGBUILD b/pkgbuild/haskell-alsa-core/PKGBUILD index 75ffbdd..1e7413c 100644 --- a/pkgbuild/haskell-alsa-core/PKGBUILD +++ b/pkgbuild/haskell-alsa-core/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Cedric Girard _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 \