haskell-alsa-core updated to 0.5.0.1
This commit is contained in:
parent
5fd55b4de9
commit
f25ce040ce
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
_hkgname=alsa-core
|
_hkgname=alsa-core
|
||||||
pkgname=haskell-alsa-core
|
pkgname=haskell-alsa-core
|
||||||
pkgver=0.5
|
pkgver=0.5.0.1
|
||||||
pkgrel=5
|
pkgrel=1
|
||||||
pkgdesc="Binding to the ALSA Library API (Exceptions)."
|
pkgdesc="Binding to the ALSA Library API (Exceptions)."
|
||||||
url="http://hackage.haskell.org/package/${_hkgname}"
|
url="http://hackage.haskell.org/package/${_hkgname}"
|
||||||
license=('custom:BSD3')
|
license=('custom:BSD3')
|
||||||
|
@ -12,7 +12,7 @@ depends=('ghc' 'haskell-extensible-exceptions=0.1.1.4' 'alsa-lib')
|
||||||
options=('strip')
|
options=('strip')
|
||||||
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
|
||||||
install=${pkgname}.install
|
install=${pkgname}.install
|
||||||
md5sums=('558ac03bf6a4edf0007cc6e7449860e0')
|
md5sums=('60af8328663a5d6ecaaf92dd32cf0710')
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}/${_hkgname}-${pkgver}
|
cd ${srcdir}/${_hkgname}-${pkgver}
|
||||||
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \
|
runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } --enable-split-objs --enable-shared \
|
||||||
|
|
Loading…
Reference in a new issue